From 9d98c523db3ac35e1e0f2bc94d0ec390858ae4f1 Mon Sep 17 00:00:00 2001 From: Cody Hiar Date: Tue, 14 Feb 2017 09:06:37 -0700 Subject: Updates --- build/Dockerfile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'build/Dockerfile') diff --git a/build/Dockerfile b/build/Dockerfile index f9e25a8..a23b6da 100644 --- a/build/Dockerfile +++ b/build/Dockerfile @@ -7,11 +7,11 @@ ENV TERM xterm-256color # Update and install RUN apt-get update && apt-get install -y \ htop \ - python-dev \ - python-pip + python3-dev \ + python3-pip -# Add the project requirements -ADD requirements.txt /opt/requirements.txt +# # Add the project requirements +# ADD requirements.txt /opt/requirements.txt # The code should be symlinked to this directory WORKDIR /app -- cgit v1.2.3