diff --git a/Dockerfile b/Dockerfile index 9e533fe..9bdd46e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -2,7 +2,7 @@ FROM bamos/ubuntu-opencv-dlib-torch:ubuntu_14.04-opencv_2.4.11-dlib_19.0-torch_2 MAINTAINER Brandon Amos # TODO: Should be added to opencv-dlib-torch image. -RUN ln -s /root/torch/install/bin/* /usr/local/bin/th +RUN ln -s /root/torch/install/bin/* /usr/local/bin RUN apt-get update && apt-get install -y \ curl \