mirror of
				https://github.com/PurpleI2P/i2pd.git
				synced 2025-11-04 08:30:46 +00:00 
			
		
		
		
	Fix Docker build
This commit is contained in:
		
							parent
							
								
									2e44c88d6c
								
							
						
					
					
						commit
						2be80ba30f
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
				
			
			@ -24,7 +24,7 @@ RUN mkdir -p "$I2PD_HOME" "$DATA_DIR" \
 | 
			
		|||
# 1. install deps, clone and build.
 | 
			
		||||
# 2. strip binaries.
 | 
			
		||||
# 3. Purge all dependencies and other unrelated packages, including build directory.
 | 
			
		||||
RUN apk --no-cache --virtual build-dependendencies add make gcc g++ libtool boost-dev build-base openssl-dev openssl git \
 | 
			
		||||
RUN apk --no-cache --virtual build-dependendencies add make gcc g++ libtool zlib-dev boost-dev build-base openssl-dev openssl git \
 | 
			
		||||
    && mkdir -p /tmp/build \
 | 
			
		||||
    && cd /tmp/build && git clone -b ${GIT_BRANCH} ${REPO_URL} \
 | 
			
		||||
    && cd i2pd \
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue