diff --git a/docker/bionic/Dockerfile b/docker/bionic/Dockerfile index 0c4965be..b658d029 100644 --- a/docker/bionic/Dockerfile +++ b/docker/bionic/Dockerfile @@ -61,7 +61,7 @@ RUN if [ "$TARGETPLATFORM" = "linux/amd64" ]; then git clone https://github.com/ cd && \ rm -r assimp; fi # Ignore assimp installed from ros, as it has invalid "/usr/lib/include" in its target, making rtabmap's cmake fails -RUN if [ "$TARGETPLATFORM" = "linux/amd64" ]; then rm -rf /usr/lib/x86_64-linux-gnu/cmake/assimp* +RUN if [ "$TARGETPLATFORM" = "linux/amd64" ]; then rm -rf /usr/lib/x86_64-linux-gnu/cmake/assimp*; fi RUN if [ "$TARGETPLATFORM" = "linux/amd64" ]; then git clone https://github.com/alicevision/geogram.git && \ cd geogram && \ git checkout v1.7.6 && \ diff --git a/docker/focal-foxy/Dockerfile b/docker/focal-foxy/Dockerfile index 8b9a3496..8f188b19 100644 --- a/docker/focal-foxy/Dockerfile +++ b/docker/focal-foxy/Dockerfile @@ -118,7 +118,7 @@ RUN if [ "$TARGETPLATFORM" = "linux/amd64" ]; then git clone https://github.com/ cd && \ rm -r assimp; fi # Ignore assimp installed from ros, as it has invalid "/usr/lib/include" in its target, making rtabmap's cmake fails -RUN if [ "$TARGETPLATFORM" = "linux/amd64" ]; then rm -rf /usr/lib/x86_64-linux-gnu/cmake/assimp* +RUN if [ "$TARGETPLATFORM" = "linux/amd64" ]; then rm -rf /usr/lib/x86_64-linux-gnu/cmake/assimp*; fi RUN if [ "$TARGETPLATFORM" = "linux/amd64" ]; then git clone https://github.com/alicevision/geogram.git && \ cd geogram && \ git checkout v1.7.6 && \ diff --git a/docker/focal/Dockerfile b/docker/focal/Dockerfile index 861b86d0..cb90a4e2 100644 --- a/docker/focal/Dockerfile +++ b/docker/focal/Dockerfile @@ -118,7 +118,7 @@ RUN if [ "$TARGETPLATFORM" = "linux/amd64" ]; then git clone https://github.com/ cd && \ rm -r assimp; fi # Ignore assimp installed from ros, as it has invalid "/usr/lib/include" in its target, making rtabmap's cmake fails -RUN if [ "$TARGETPLATFORM" = "linux/amd64" ]; then rm -rf /usr/lib/x86_64-linux-gnu/cmake/assimp* +RUN if [ "$TARGETPLATFORM" = "linux/amd64" ]; then rm -rf /usr/lib/x86_64-linux-gnu/cmake/assimp*; fi RUN if [ "$TARGETPLATFORM" = "linux/amd64" ]; then git clone https://github.com/alicevision/geogram.git && \ cd geogram && \ git checkout v1.7.6 && \