diff options
| author | Fabian Mastenbroek <fabianishere@outlook.com> | 2018-11-09 11:53:35 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-11-09 11:53:35 +0100 |
| commit | 0e52ed27f0f8b60766b3db5cc93ab8f2f972367c (patch) | |
| tree | 4a16cdbf780776dfc3cf7ce5021455e20dfd9a2e /Dockerfile | |
| parent | dd885a3a802ae4a736b72d0935e0a67353e12bae (diff) | |
| parent | 787c2e58e3923dbd0f90ac731518bf7889f7ca9d (diff) | |
Merge pull request #14 from atlarge-research/fix-web-server-error
Fix web server crash in Docker environment
Diffstat (limited to 'Dockerfile')
| -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 |
