]> git.parisson.com Git - mezzo.git/commitdiff
Fix apt options
authorGuillaume Pellerin <guillaume.pellerin@ircam.fr>
Thu, 14 Jun 2018 08:40:48 +0000 (10:40 +0200)
committerGuillaume Pellerin <guillaume.pellerin@ircam.fr>
Thu, 14 Jun 2018 08:40:48 +0000 (10:40 +0200)
Dockerfile
lib/mezzanine-organization

index d5c5675f6f0cc38c3e9567b6a46de253ce10d24e..45d6d5378f66445c28ea06d7736430f45b617ac5 100644 (file)
@@ -9,7 +9,7 @@ COPY etc/apt/sources.list /etc/apt/
 COPY requirements.txt /srv
 RUN apt-get update && \
     DEBIAN_PACKAGES=$(egrep -v "^\s*(#|$)" /srv/requirements.txt) && \
-    apt-get install -f jessie-backports -y --force-yes $DEBIAN_PACKAGES && \
+    apt-get install -t jessie-backports -y --force-yes $DEBIAN_PACKAGES && \
     echo fr_FR.UTF-8 UTF-8 >> /etc/locale.gen && \
     locale-gen && \
     apt-get clean
index 5d1c503cbe98adb06211c9e6e70073c18ebd90f9..2a4324a2b6b2553bfe8ce41f56c3fff74c70ba09 160000 (submodule)
@@ -1 +1 @@
-Subproject commit 5d1c503cbe98adb06211c9e6e70073c18ebd90f9
+Subproject commit 2a4324a2b6b2553bfe8ce41f56c3fff74c70ba09