]> git.parisson.com Git - mezzo.git/commitdiff
fix apt package install
authorGuillaume Pellerin <guillaume.pellerin@ircam.fr>
Tue, 14 Feb 2017 18:33:55 +0000 (19:33 +0100)
committerGuillaume Pellerin <guillaume.pellerin@ircam.fr>
Tue, 14 Feb 2017 18:34:03 +0000 (19:34 +0100)
Dockerfile

index 0ccd26afbb28d0730fe373c5f1225fda8f114a88..dacda1e1d18148e77ed3fe8f6c601b2716e66e55 100644 (file)
@@ -6,7 +6,7 @@ RUN mkdir /srv/app
 RUN mkdir /srv/lib
 WORKDIR /srv
 
-RUN apt-get update && apt-get install apt-transport-https
+RUN apt-get update && apt-get install -y apt-transport-https
 COPY etc/apt/sources.list /etc/apt/
 COPY requirements-debian.txt /srv
 RUN apt-get update && \