eclipse-cyclonedds / cyclonedds

Eclipse Cyclone DDS project
https://projects.eclipse.org/projects/iot.cyclonedds
Other
888 stars 363 forks source link

Only linux supported in `scripts/docker` #2137

Open swelborn opened 1 week ago

swelborn commented 1 week ago

scripts/docker/build_docker_image.sh only works on linux because of this line:

DOCKERFILE_DIR="$(dirname "$(readlink -fm "$0")")"

We can substitute realpath for this so it works on macos, too.