Skip to content

Commit

Permalink
Fix dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
helenol committed Nov 7, 2023
1 parent 43e6a91 commit b8b5e3b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion toy_example_package/docker/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FROM osrf/ros:noetic-desktop

# Install catkin tools.
RUN apt-get -qq update &&
RUN apt-get -qq update && \
apt-get install -y python3-catkin-tools python3-vcstool python3-pip \
python-is-python3 && \
rm -rf /var/lib/apt/lists/*
Expand Down

0 comments on commit b8b5e3b

Please sign in to comment.