mirror of
https://github.com/wassname/docker-postgresql.git
synced 2026-07-20 12:20:25 +08:00
use spaces to indent
This commit is contained in:
+3
-3
@@ -2,9 +2,9 @@ FROM sameersbn/ubuntu:12.04.20140818
|
||||
MAINTAINER sameer@damagehead.com
|
||||
|
||||
RUN apt-get update && \
|
||||
apt-get install -y --no-install-recommends postgresql postgresql-client && \
|
||||
rm -rf /var/lib/postgresql && \
|
||||
rm -rf /var/lib/apt/lists/* # 20140818
|
||||
apt-get install -y --no-install-recommends postgresql postgresql-client && \
|
||||
rm -rf /var/lib/postgresql && \
|
||||
rm -rf /var/lib/apt/lists/* # 20140818
|
||||
|
||||
ADD start /start
|
||||
RUN chmod 755 /start
|
||||
|
||||
Reference in New Issue
Block a user