aboutsummaryrefslogtreecommitdiff
path: root/build/Dockerfile
diff options
context:
space:
mode:
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