# HG changeset patch # User Goffi # Date 1458320194 -3600 # Node ID d493fe1cf0953052d7d8eaa7bf4ac05509af14d1 # Parent 37e100fd30ef99ae1b1462efd751f91739bf090d docker (sat_pubsub): minor optimization by joining 2 apt-get install diff -r 37e100fd30ef -r d493fe1cf095 docker/sat_pubsub/Dockerfile --- a/docker/sat_pubsub/Dockerfile Wed Mar 09 10:11:08 2016 +0100 +++ b/docker/sat_pubsub/Dockerfile Fri Mar 18 17:56:34 2016 +0100 @@ -24,8 +24,7 @@ # BASE # ######## -apt-get install -y --no-install-recommends postgresql && \ -apt-get install -y --no-install-recommends python-psycopg2 && \ +apt-get install -y --no-install-recommends postgresql python-psycopg2 && \ apt-get clean && \ cd /usr/share && \ hg clone https://repos.goffi.org/sat_pubsub && chown -R sat:sat sat_pubsub && \