Владимир Томишинец hace 5 años
padre
commit
591cac96cf
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      Dockerfile

+ 1 - 1
Dockerfile

@@ -5,7 +5,7 @@ COPY id_rsa /root/.ssh
 #WORKDIR /web-registration-cloud/promo/build/libs/
 RUN yum install -y https://centos7.iuscommunity.org/ius-release.rpm \
     && yum install -y wget unzip git2u figlet jdk1.8 maven \
-    && wget https://services.gradle.org/distributions/gradle-5.2.1-bin.zip -P /tmp \
+    && wget https://services.gradle.org/distributions/gradle-5.2.1-bin.zip -q -P /tmp \
     && unzip -d /opt/gradle /tmp/gradle-*.zip \
     && export GRADLE_HOME=/opt/gradle/gradle-5.2.1 \
     && export PATH=${GRADLE_HOME}/bin:${PATH} \