mirror of
https://github.com/wassname/docker-postgresql.git
synced 2026-06-28 00:59:00 +08:00
apt-get clean is now redundant, see https://github.com/docker-library/buildpack-deps/pull/1
This commit is contained in:
+1
-1
@@ -4,7 +4,7 @@ MAINTAINER sameer@damagehead.com
|
||||
RUN apt-get update && \
|
||||
apt-get install -y --no-install-recommends postgresql postgresql-client && \
|
||||
rm -rf /var/lib/postgresql && \
|
||||
apt-get clean && rm -rf /var/lib/apt/lists/* # 20140818
|
||||
rm -rf /var/lib/apt/lists/* # 20140818
|
||||
|
||||
ADD start /start
|
||||
RUN chmod 755 /start
|
||||
|
||||
Reference in New Issue
Block a user