Skip to content

Commit

Permalink
Use apt-get
Browse files Browse the repository at this point in the history
  • Loading branch information
Samahu committed Dec 5, 2024
1 parent 68ad7b6 commit 28e4d1d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ RUN set -xue \
python3-colcon-common-extensions

# TODO: install this only when rmw_cyclonedds_cpp is selected
RUN apt install ros-humble-rmw-cyclonedds-cpp
RUN apt-get install ros-humble-rmw-cyclonedds-cpp

# Set up non-root build user
ARG BUILD_UID=1000
Expand Down

0 comments on commit 28e4d1d

Please sign in to comment.