diff options
author | Cody Hiar <codyfh@gmail.com> | 2017-02-14 09:06:37 -0700 |
---|---|---|
committer | Cody Hiar <codyfh@gmail.com> | 2017-02-14 09:06:37 -0700 |
commit | 9d98c523db3ac35e1e0f2bc94d0ec390858ae4f1 (patch) | |
tree | d5d560637c63268867da1f992001e6fcbda3b098 /build/Dockerfile | |
parent | 58b4fb228c3f7583386ded86505cb10f2a870129 (diff) |
Updates
Diffstat (limited to 'build/Dockerfile')
-rw-r--r-- | build/Dockerfile | 8 |
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 |