comparison docker/sat_pubsub/Dockerfile @ 121:d493fe1cf095

docker (sat_pubsub): minor optimization by joining 2 apt-get install
author Goffi <goffi@goffi.org>
date Fri, 18 Mar 2016 17:56:34 +0100
parents d0a5db5b9bdf
children
comparison
equal deleted inserted replaced
120:37e100fd30ef 121:d493fe1cf095
22 22
23 ######## 23 ########
24 # BASE # 24 # BASE #
25 ######## 25 ########
26 26
27 apt-get install -y --no-install-recommends postgresql && \ 27 apt-get install -y --no-install-recommends postgresql python-psycopg2 && \
28 apt-get install -y --no-install-recommends python-psycopg2 && \
29 apt-get clean && \ 28 apt-get clean && \
30 cd /usr/share && \ 29 cd /usr/share && \
31 hg clone https://repos.goffi.org/sat_pubsub && chown -R sat:sat sat_pubsub && \ 30 hg clone https://repos.goffi.org/sat_pubsub && chown -R sat:sat sat_pubsub && \
32 31
33 ############ 32 ############