diff options
| author | Georgios Andreadis <g.andreadis@student.tudelft.nl> | 2017-09-23 23:36:55 +0200 |
|---|---|---|
| committer | Georgios Andreadis <g.andreadis@student.tudelft.nl> | 2017-09-23 23:36:55 +0200 |
| commit | 25ea7072fd24ebc4367fb854bd4ec8b3d778b5ab (patch) | |
| tree | c26693a14a2fc0566521d12d9a2b2f97e4451e03 /Dockerfile | |
| parent | 12ce92b9aa4afa5c9a476c186b4bd924e3398f5b (diff) | |
Move to MariaDB
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 -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/* |
