mirror of
				https://github.com/casjaysdevdocker/cherokee
				synced 2025-11-03 19:02:27 -05:00 
			
		
		
		
	🗃️ Committing everything that changed 🗃️
This commit is contained in:
		@@ -23,7 +23,7 @@ RUN apk -U upgrade && \
 | 
			
		||||
RUN git clone https://github.com/cherokee/webserver.git . && \
 | 
			
		||||
  libtoolize --force && \
 | 
			
		||||
  ./autogen.sh --prefix=/usr/local/share/cherokee && \
 | 
			
		||||
  ./configure CFLAGS="-static" --prefix=/usr/local/share/cherokee && \
 | 
			
		||||
  ./configure CFLAGS="-static" --prefix=/usr/local/share/cherokee --enable-static-module=all && \
 | 
			
		||||
  make LDFLAGS="-all-static" && make install && \
 | 
			
		||||
  echo "<p style='text-align:center'>Built from $(git rev-parse --short HEAD) on $(date)</p>" > ./version.txt && \
 | 
			
		||||
  apk del --no-cache \
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user