]> git.parisson.com Git - telemeta.git/commitdiff
Fix apt update 1.6.4c
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:48:41 +0000 (00:48 +0100)
Dockerfile

index 0b3056a8bee933ac7dac2a36bf5d03f1d5b33098..64b2abf610fe62fd25d1dd8f6016ad6ea03cc4f9 100644 (file)
@@ -21,6 +21,7 @@ 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