We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ba1d185 commit 4d4b6c1Copy full SHA for 4d4b6c1
docker/Dockerfile
@@ -1,6 +1,6 @@
1
# Install Ubuntu 20.04 with user "developer".
2
3
-FROM osrf/ros:humble-desktop-full-jammy as ros
+FROM osrf/ros:humble-desktop-full-jammy AS ros
4
5
LABEL name="develop:ros"
6
@@ -33,7 +33,7 @@ USER developer
33
RUN mkdir -p /home/developer/.ros
34
COPY --chown=developer:developer cyclonedds.xml /home/developer/.ros
35
36
-ENV HOME /home/developer
+ENV HOME=/home/developer
37
RUN echo "export RMW_IMPLEMENTATION=rmw_cyclonedds_cpp" >> ~/.bashrc
38
RUN echo "export CYCLONEDDS_URI=~/.ros/cyclonedds.xml" >> ~/.bashrc
39
RUN echo "source /opt/ros/humble/setup.bash" >> ~/.bashrc
0 commit comments