Skip to content

Commit 21963dd

Browse files
committed
[docker] Updated other dockerfile with catkin tools
1 parent 5ca8a4a commit 21963dd

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

docker/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ FROM $FROM_IMAGE as cacher
55
ARG OVERLAY_WS
66
WORKDIR $OVERLAY_WS/src
77

8-
RUN apt-get update && apt-get install python3-pip python3-vcstool git default-jre -y && pip3 install pip --upgrade
8+
RUN apt-get update && apt-get install python3-pip python3-vcstool git default-jre python3-catkin-tools -y && pip3 install pip --upgrade
99
RUN pip3 install rosdep && rosdep init
1010

1111
RUN vcs import --input https://raw.githubusercontent.com/cram2/pycram/dev/pycram-https.rosinstall --recursive --skip-existing $OVERLAY_WS/src

requirements.txt

-1
Original file line numberDiff line numberDiff line change
@@ -32,4 +32,3 @@ pin==2.7.0
3232
inflection>=0.5.1
3333
manifold3d>=3.0.1
3434
transforms3d
35-

0 commit comments

Comments
 (0)