mirror of
https://github.com/wassname/docker-postgresql.git
synced 2026-07-24 13:00:18 +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 && \
|
RUN apt-get update && \
|
||||||
apt-get install -y --no-install-recommends postgresql postgresql-client && \
|
apt-get install -y --no-install-recommends postgresql postgresql-client && \
|
||||||
rm -rf /var/lib/postgresql && \
|
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
|
ADD start /start
|
||||||
RUN chmod 755 /start
|
RUN chmod 755 /start
|
||||||
|
|||||||
Reference in New Issue
Block a user