Skip to content

Commit 4d4b6c1

Browse files
committed
Fixed some warnings.
1 parent ba1d185 commit 4d4b6c1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docker/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Install Ubuntu 20.04 with user "developer".
22

3-
FROM osrf/ros:humble-desktop-full-jammy as ros
3+
FROM osrf/ros:humble-desktop-full-jammy AS ros
44

55
LABEL name="develop:ros"
66

@@ -33,7 +33,7 @@ USER developer
3333
RUN mkdir -p /home/developer/.ros
3434
COPY --chown=developer:developer cyclonedds.xml /home/developer/.ros
3535

36-
ENV HOME /home/developer
36+
ENV HOME=/home/developer
3737
RUN echo "export RMW_IMPLEMENTATION=rmw_cyclonedds_cpp" >> ~/.bashrc
3838
RUN echo "export CYCLONEDDS_URI=~/.ros/cyclonedds.xml" >> ~/.bashrc
3939
RUN echo "source /opt/ros/humble/setup.bash" >> ~/.bashrc

0 commit comments

Comments
 (0)