| 
					
				 | 
			
			
				@@ -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} \ 
			 |