mirror of
				https://github.com/bensuperpc/dockcross.git
				synced 2025-11-04 01:46:24 +01:00 
			
		
		
		
	common.docker: Delete both openssl-1.0.2j build directory and archive
This commit is contained in:
		@@ -35,7 +35,7 @@ RUN wget https://www.openssl.org/source/openssl-1.0.2j.tar.gz && \
 | 
				
			|||||||
    -DOPENSSL_ROOT_DIR:PATH=/usr/src/openssl-1.0.2j \
 | 
					    -DOPENSSL_ROOT_DIR:PATH=/usr/src/openssl-1.0.2j \
 | 
				
			||||||
    . && \
 | 
					    . && \
 | 
				
			||||||
  ${WRAPPER} make install && \
 | 
					  ${WRAPPER} make install && \
 | 
				
			||||||
  cd .. && rm -rf CMake* && rm -rf /usr/src/openssl-1.0.2j
 | 
					  cd .. && rm -rf CMake* && rm -rf /usr/src/openssl-1.0.2j*
 | 
				
			||||||
 | 
					
 | 
				
			||||||
RUN git clone "https://github.com/ninja-build/ninja.git" && \
 | 
					RUN git clone "https://github.com/ninja-build/ninja.git" && \
 | 
				
			||||||
   cd ninja && \
 | 
					   cd ninja && \
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user