]> git.parisson.com Git - mezzo.git/commitdiff
cleanup
authorGuillaume Pellerin <guillaume.pellerin@ircam.fr>
Mon, 11 Jan 2016 12:05:17 +0000 (13:05 +0100)
committerGuillaume Pellerin <guillaume.pellerin@ircam.fr>
Mon, 11 Jan 2016 12:05:17 +0000 (13:05 +0100)
Dockerfile

index 2a9ab2c6b1415902eaa2a376242563741550deb5..68ee48ab13a546a322aa607c4bbbee6bbf087cea 100644 (file)
@@ -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