From: Guillaume Pellerin Date: Thu, 14 Jun 2018 08:40:48 +0000 (+0200) Subject: Fix apt options X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=1b758c937a145db9d18204b628dc265c9a4e1006;p=mezzo.git Fix apt options --- diff --git a/Dockerfile b/Dockerfile index d5c5675f..45d6d537 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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 diff --git a/lib/mezzanine-organization b/lib/mezzanine-organization index 5d1c503c..2a4324a2 160000 --- a/lib/mezzanine-organization +++ b/lib/mezzanine-organization @@ -1 +1 @@ -Subproject commit 5d1c503cbe98adb06211c9e6e70073c18ebd90f9 +Subproject commit 2a4324a2b6b2553bfe8ce41f56c3fff74c70ba09