use spaces to indent

This commit is contained in:
Sameer Naik
2014-08-19 19:38:04 +05:30
parent 62c44a38e4
commit dc4d3963dc
2 changed files with 19 additions and 19 deletions
+3 -3
View File
@@ -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