summaryrefslogtreecommitdiff
path: root/Dockerfile
diff options
context:
space:
mode:
authorGeorgios Andreadis <g.andreadis@student.tudelft.nl>2017-10-18 22:27:17 +0200
committerGeorgios Andreadis <g.andreadis@student.tudelft.nl>2017-10-18 22:27:17 +0200
commitb142b8017028bba8c59e573390dae19ab1ff328f (patch)
treee145a91949959e7dbcb47db1285793b26f3145c6 /Dockerfile
parentec006b6a25e96929175391d88f4c0c16d26fc86d (diff)
Add GZip compression to the server
Diffstat (limited to 'Dockerfile')
-rw-r--r--Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Dockerfile b/Dockerfile
index f8084892..de243843 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -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