diff options
| author | Georgios Andreadis <g.andreadis@student.tudelft.nl> | 2020-04-06 15:45:34 +0200 |
|---|---|---|
| committer | Georgios Andreadis <g.andreadis@student.tudelft.nl> | 2020-04-06 15:45:34 +0200 |
| commit | c7629d482e9129160858282d32d94f7278bbf6df (patch) | |
| tree | 830c7fd3824d8d3ad0c55f58f795911cbeecd6ab | |
| parent | 3ea328d01eb17b0321d658c32cf858d1313d9249 (diff) | |
| parent | f4ab84bdd55ea7f26d1237afd73351a45da56c8c (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-- | Dockerfile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 |
