[foundation-web/oscp] Missing -y



commit 7a4b0507bd520b60548a923de3fbc7d70eca48f6
Author: Andrea Veri <averi redhat com>
Date:   Wed Jan 8 12:44:39 2020 +0100

    Missing -y

 Dockerfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/Dockerfile b/Dockerfile
index 12d1633..c1f9070 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -8,7 +8,7 @@ ENV SITE_ROOT=/opt/app-root/src \
 COPY app_data ${SITE_ROOT}
 RUN mkdir ${SITE_ROOT}/html ${SITE_ROOT}/src && \
     yum install git automake -y && \
-    yum install rh-php71-php rh-php71-php-cli rh-php71-php-common rh-php71-php-mysqlnd && \
+    yum install rh-php71-php rh-php71-php-cli rh-php71-php-common rh-php71-php-mysqlnd -y && \
     git clone ${REPO} ${SITE_ROOT}/src && \
     cd ${SITE_ROOT}/src && \
     ./autogen.sh --prefix=${SITE_ROOT}/html && make && make install && \


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]