Skip to content

Commit

Permalink
remove now unnecessary libproj hack
Browse files Browse the repository at this point in the history
  • Loading branch information
mikaelarguedas committed May 16, 2018
1 parent 07be532 commit d5b674b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion linux_docker_resources/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ RUN if test ${INSTALL_TURTLEBOT2_DEMO_DEPS} = true; then apt-get update && apt-g
# different RUN statements, it causes the docker image to fail to build on
# aarch64 (see https://github.com/ros2/ci/pull/73). As a workaround, do them
# in one statement.
RUN if test ${INSTALL_TURTLEBOT2_DEMO_DEPS} = true; then sed -i -e '/vtkproj4;/d' /usr/lib/$(uname -m)-linux-gnu/cmake/pcl/PCLConfig.cmake && ln -s /usr/lib/$(uname -m)-linux-gnu/libproj.so.9.1.0 /usr/lib/$(uname -m)-linux-gnu/libproj.so; fi
# RUN if test ${INSTALL_TURTLEBOT2_DEMO_DEPS} = true; then sed -i -e '/vtkproj4;/d' /usr/lib/$(uname -m)-linux-gnu/cmake/pcl/PCLConfig.cmake && ln -s /usr/lib/$(uname -m)-linux-gnu/libproj.so.9.1.0 /usr/lib/$(uname -m)-linux-gnu/libproj.so; fi

# Create a user to own the build output.
RUN useradd -u 1234 -m rosbuild
Expand Down

0 comments on commit d5b674b

Please sign in to comment.