We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5ca8a4a commit 21963ddCopy full SHA for 21963dd
docker/Dockerfile
@@ -5,7 +5,7 @@ FROM $FROM_IMAGE as cacher
5
ARG OVERLAY_WS
6
WORKDIR $OVERLAY_WS/src
7
8
-RUN apt-get update && apt-get install python3-pip python3-vcstool git default-jre -y && pip3 install pip --upgrade
+RUN apt-get update && apt-get install python3-pip python3-vcstool git default-jre python3-catkin-tools -y && pip3 install pip --upgrade
9
RUN pip3 install rosdep && rosdep init
10
11
RUN vcs import --input https://raw.githubusercontent.com/cram2/pycram/dev/pycram-https.rosinstall --recursive --skip-existing $OVERLAY_WS/src
requirements.txt
@@ -32,4 +32,3 @@ pin==2.7.0
32
inflection>=0.5.1
33
manifold3d>=3.0.1
34
transforms3d
35
-
0 commit comments