aboutsummaryrefslogtreecommitdiff
path: root/build/Dockerfile
diff options
context:
space:
mode:
authorCody Hiar <codyfh@gmail.com>2017-02-14 09:06:37 -0700
committerCody Hiar <codyfh@gmail.com>2017-02-14 09:06:37 -0700
commit9d98c523db3ac35e1e0f2bc94d0ec390858ae4f1 (patch)
treed5d560637c63268867da1f992001e6fcbda3b098 /build/Dockerfile
parent58b4fb228c3f7583386ded86505cb10f2a870129 (diff)
Updates
Diffstat (limited to 'build/Dockerfile')
-rw-r--r--build/Dockerfile8
1 files changed, 4 insertions, 4 deletions
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