Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
youtalk committed Aug 29, 2024
1 parent 84b645a commit 655d221
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 @@ -4,11 +4,11 @@ SHELL ["/bin/bash", "-o", "pipefail", "-c"]

RUN apt-get update && DEBIAN_FRONTEND=noninteractive apt-get -y install --no-install-recommends \
ros-dev-tools \
python3-rosdep \
&& apt-get autoremove -y && apt-get clean -y && rm -rf /var/lib/apt/lists/* "$HOME"/.cache

COPY src /get-started-ros2/src
WORKDIR /get-started-ros2
RUN ls /get-started-ros2/src

RUN rosdep update && rosdep install --ignore-src --from-paths src

Expand Down

0 comments on commit 655d221

Please sign in to comment.