summaryrefslogtreecommitdiff
path: root/Dockerfile
diff options
context:
space:
mode:
authorGeorgios Andreadis <g.andreadis@student.tudelft.nl>2017-09-23 23:36:55 +0200
committerGeorgios Andreadis <g.andreadis@student.tudelft.nl>2017-09-23 23:36:55 +0200
commit25ea7072fd24ebc4367fb854bd4ec8b3d778b5ab (patch)
treec26693a14a2fc0566521d12d9a2b2f97e4451e03 /Dockerfile
parent12ce92b9aa4afa5c9a476c186b4bd924e3398f5b (diff)
Move to MariaDB
Diffstat (limited to 'Dockerfile')
-rw-r--r--Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Dockerfile b/Dockerfile
index 7e9a470a..12902406 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 -y -t stretch install gcc-6 g++-6 \
- && apt-get install -y python python-pip yarn git sqlite3 sed supervisor \
+ && apt-get install -y python python-pip yarn git sqlite3 sed supervisor mysql-client \
&& pip install oauth2client eventlet flask-socketio \
&& rm -rf /var/lib/apt/lists/*