mirror of
				https://github.com/b4tman/docker-squid.git
				synced 2025-11-04 02:58:26 +00:00 
			
		
		
		
	fix 'ed -s' for bootstrap.sh
This commit is contained in:
		@@ -20,10 +20,11 @@ RUN set -x && \
 | 
			
		||||
 | 
			
		||||
COPY squid /tmp/build
 | 
			
		||||
WORKDIR /tmp/build/
 | 
			
		||||
 | 
			
		||||
RUN set -x && \
 | 
			
		||||
	sh bootstrap.sh && \
 | 
			
		||||
	\
 | 
			
		||||
 | 
			
		||||
RUN sed -i 's/ed -s/ed/g' bootstrap.sh
 | 
			
		||||
RUN sh bootstrap.sh
 | 
			
		||||
 | 
			
		||||
RUN \
 | 
			
		||||
	CFLAGS="-g0 -O2" \
 | 
			
		||||
	CXXFLAGS="-g0 -O2" \
 | 
			
		||||
	LDFLAGS="-s" \
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user