Skip to content

Commit 1b954e4

Browse files
committed
fix dlib version in kinetic
1 parent 0aa4dc7 commit 1b954e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker/Dockerfile.ros-ubuntu:16.04

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ RUN apt-get update && apt-get install -y \
1111
libvtk6-dev
1212

1313
RUN apt-get update && apt-get install -y python-pip
14-
RUN pip install -U dlib
14+
RUN pip install -U dlib==19.21.1
1515

1616
RUN apt-get update && apt-get install -y curl git wget sudo lsb-release ccache apt-cacher-ng patch man-db
1717
RUN apt-get update && apt-get install -y mesa-utils

0 commit comments

Comments
 (0)