summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGeorgios Andreadis <g.andreadis@student.tudelft.nl>2020-04-06 15:45:34 +0200
committerGeorgios Andreadis <g.andreadis@student.tudelft.nl>2020-04-06 15:45:34 +0200
commitc7629d482e9129160858282d32d94f7278bbf6df (patch)
tree830c7fd3824d8d3ad0c55f58f795911cbeecd6ab
parent3ea328d01eb17b0321d658c32cf858d1313d9249 (diff)
parentf4ab84bdd55ea7f26d1237afd73351a45da56c8c (diff)
Merge branch 'dockerfile-fix-pyasn-modules' into 'master'
Fix: Added upgrade to pyasn1-modules to Dockerfile See merge request opendc/opendc!14
-rw-r--r--Dockerfile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Dockerfile b/Dockerfile
index ff9f6085..be28805a 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -6,6 +6,7 @@ RUN echo "deb http://ftp.debian.org/debian stretch main" >> /etc/apt/sources.lis
&& apt-get update \
&& apt-get install -y python python-pip yarn git sed mysql-client \
&& pip install oauth2client eventlet flask-socketio flask-compress mysql-connector-python-rf \
+ && pip install --upgrade pyasn1-modules \
&& rm -rf /var/lib/apt/lists/*
# Copy OpenDC directory