| 
					
				 | 
			
			
				@@ -6,4 +6,7 @@ LABEL maintainer="surkov.v@sdsys.ru" 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 RUN --mount=type=bind,source=./files,target=/tmp/files \ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     yum install -y epel-release \ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     && yum install -y python2-pip \ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-    && pip install -r /tmp/files/requirements.txt 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+    && pip install -r /tmp/files/requirements.txt \ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+    && adduser provision 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+USER provision 
			 |