diff --git a/docker/ros/indigo/pcl1.8/Dockerfile b/docker/ros/indigo/pcl1.8/Dockerfile index 9a80ee1294..31c5022175 100644 --- a/docker/ros/indigo/pcl1.8/Dockerfile +++ b/docker/ros/indigo/pcl1.8/Dockerfile @@ -37,3 +37,7 @@ RUN cd ~/ros/ws_jsk_recognition && \ apt-get install -y python-catkin-tools && \ . /opt/ros/indigo/setup.sh && \ catkin build + +RUN apt-get update && apt-get install -y python-setuptools +RUN easy_install 'pip==6.0.7' +RUN pip install -U dlib