diff options
| author | Georgios Andreadis <g.andreadis@student.tudelft.nl> | 2017-10-18 22:27:17 +0200 |
|---|---|---|
| committer | Georgios Andreadis <g.andreadis@student.tudelft.nl> | 2017-10-18 22:27:17 +0200 |
| commit | b142b8017028bba8c59e573390dae19ab1ff328f (patch) | |
| tree | e145a91949959e7dbcb47db1285793b26f3145c6 /Dockerfile | |
| parent | ec006b6a25e96929175391d88f4c0c16d26fc86d (diff) | |
Add GZip compression to the server
Diffstat (limited to 'Dockerfile')
| -rw-r--r-- | Dockerfile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -7,7 +7,7 @@ RUN curl -sS https://dl.yarnpkg.com/debian/pubkey.gpg | apt-key add - \ && echo "deb http://ftp.debian.org/debian stretch main" >> /etc/apt/sources.list \ && apt-get update \ && apt-get install -y python python-pip yarn git sed supervisor openjdk-8-jdk mysql-client \ - && pip install oauth2client eventlet flask-socketio mysql-connector-python-rf \ + && pip install oauth2client eventlet flask-socketio flask-compress mysql-connector-python-rf \ && rm -rf /var/lib/apt/lists/* # Copy OpenDC directory |
