From: Guillaume Pellerin Date: Mon, 11 Jan 2016 12:05:17 +0000 (+0100) Subject: cleanup X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=614c3dcbf6c7f912b417dee596f9d1cfc4a3a68b;p=mezzo.git cleanup --- diff --git a/Dockerfile b/Dockerfile index 2a9ab2c6..68ee48ab 100644 --- a/Dockerfile +++ b/Dockerfile @@ -2,10 +2,9 @@ FROM python:2.7 ENV PYTHONUNBUFFERED 1 -RUN apt-get update &&\ - apt-get -y install locales netcat && \ - apt-get install -y --force-yes netcat && \ - echo fr_FR.UTF-8 UTF-8 >> /etc/locale.gen &&\ +RUN apt-get update && \ + apt-get -y --force-yes install locales netcat && \ + echo fr_FR.UTF-8 UTF-8 >> /etc/locale.gen && \ locale-gen ENV LANG fr_FR.UTF-8