mirror of
https://github.com/wassname/docker-postgresql.git
synced 2026-06-29 15:26:31 +08:00
added --no-install-recommends to apt-get command, closes #3
This commit is contained in:
+2
-2
@@ -2,9 +2,9 @@ FROM sameersbn/ubuntu:12.04.20140628
|
||||
MAINTAINER sameer@damagehead.com
|
||||
|
||||
RUN apt-get update && \
|
||||
apt-get install -y postgresql postgresql-client && \
|
||||
apt-get install -y --no-install-recommends postgresql postgresql-client && \
|
||||
rm -rf /var/lib/postgresql && \
|
||||
apt-get clean # 20140525
|
||||
apt-get clean # 20140804
|
||||
|
||||
ADD start /start
|
||||
RUN chmod 755 /start
|
||||
|
||||
Reference in New Issue
Block a user