diff options
| author | Sacheendra Talluri <sacheendra.t@gmail.com> | 2017-09-25 02:00:50 +0200 |
|---|---|---|
| committer | Sacheendra Talluri <sacheendra.t@gmail.com> | 2017-09-25 02:00:50 +0200 |
| commit | 5483d5e3559ba281529b47d38f8a4fe492621c2d (patch) | |
| tree | c2126d387114239b874daa1b15e7c16cf4d97973 /Dockerfile | |
| parent | 91b5de2725ac7cae0b9db04d3724d6fe8d6c5cdd (diff) | |
Install the python mysql connector
Diffstat (limited to 'Dockerfile')
| -rw-r--r-- | Dockerfile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -8,7 +8,7 @@ RUN curl -sS https://dl.yarnpkg.com/debian/pubkey.gpg | apt-key add - \ && 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 mysql-client \ - && pip install oauth2client eventlet flask-socketio \ + && pip install oauth2client eventlet flask-socketio mysql-connector-python-rf \ && rm -rf /var/lib/apt/lists/* # Copy OpenDC directory |
