]> git.parisson.com Git - telemeta.git/commitdiff
Fix apt update
authorGuillaume Pellerin <guillaume.pellerin@ircam.fr>
Mon, 25 Dec 2017 23:48:41 +0000 (00:48 +0100)
committerGuillaume Pellerin <guillaume.pellerin@ircam.fr>
Mon, 25 Dec 2017 23:49:22 +0000 (00:49 +0100)
Dockerfile
lib/TimeSide

index a821e907c7362696992c85803c2d4c517e129360..d6a73233e2467fb6d5e3463f4ed31e155cc9ef2f 100644 (file)
@@ -21,6 +21,9 @@ RUN mkdir -p /srv/src/
 RUN mkdir -p /srv/app
 RUN mkdir -p /srv/src/telemeta
 
+RUN apt-get update && apt-get install -y apt-transport-https
+RUN apt-get install -y --force-yes mysql-client
+
 ENV PYTHON_EGG_CACHE=/srv/.python-eggs
 RUN mkdir -p $PYTHON_EGG_CACHE
 RUN chown www-data:www-data $PYTHON_EGG_CACHE
index 7ddf05deaa3f913c5e591d6875919bde985a1778..86f699cd61db2c0dc7fed61c4bb9f44ca3d8868f 160000 (submodule)
@@ -1 +1 @@
-Subproject commit 7ddf05deaa3f913c5e591d6875919bde985a1778
+Subproject commit 86f699cd61db2c0dc7fed61c4bb9f44ca3d8868f