Resolving style comments from #2325. (refs #2325, refs #2221)
[arvados.git] / docker / base / Dockerfile
index d8fa208f544b10d0bb529e6fc060bd9dc21b9fd8..e6ec0f94f6b67dd7dc1d4c442963412e1f3b6dc1 100644 (file)
@@ -12,8 +12,8 @@ ENV DEBIAN_FRONTEND noninteractive
 
 RUN apt-get update && \
     apt-get -q -y install -q -y openssh-server apt-utils git curl \
-            libcurl3 libcurl3-gnutls libcurl4-openssl-dev locales \
-            postgresql-server-dev-9.1 && \
+             libcurl3 libcurl3-gnutls libcurl4-openssl-dev locales \
+             postgresql-server-dev-9.1 && \
     /bin/mkdir -p /root/.ssh && \
     /bin/sed -ri 's/# en_US.UTF-8 UTF-8/en_US.UTF-8 UTF-8/' /etc/locale.gen && \
     /usr/sbin/locale-gen && \