From 131f7bbf0c4d75dc70615d9fcfbbe9c4bb2d38ce Mon Sep 17 00:00:00 2001 From: Brandon Amos Date: Sat, 23 Jul 2016 17:42:59 -0400 Subject: [PATCH] Dockerfile: Fix link for #166. --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 \