From 366a92f2d88887c2fafad54eec03d71fa8d69d09 Mon Sep 17 00:00:00 2001
From: lcappelli <laura.cappelli@cnaf.infn.it>
Date: Fri, 18 Nov 2022 09:27:42 +0100
Subject: [PATCH] Formatting

---
 Dockerfile | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/Dockerfile b/Dockerfile
index b5187c9..bfdf511 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -11,9 +11,9 @@ ARG USER_GID=${USER_UID}
 # install dependencies
 COPY library-scripts/*.sh /tmp/library-scripts/
 RUN yum update -y && \
-   sh /tmp/library-scripts/provide-deps.sh && \
-   sh /tmp/library-scripts/provide-user.sh ${USERNAME} ${USER_UID} ${USER_GID} && \
-   yum clean all && rm -rf /var/cache/yum
+    sh /tmp/library-scripts/provide-deps.sh && \
+    sh /tmp/library-scripts/provide-user.sh ${USERNAME} ${USER_UID} ${USER_GID} && \
+    yum clean all && rm -rf /var/cache/yum
 
 # install nginx with patch for HTTPG and voms module
 COPY ngx-http-voms-module /ngx-http-voms-module
-- 
GitLab