mirror of
				https://github.com/go-gitea/gitea
				synced 2025-11-04 05:18:25 +00:00 
			
		
		
		
	update alpine package dependencies
- s6 is in main in 3.3, so we no longer need to mangle the repos file - official image is periodically updated, so it's not preferred to do upgrades downstream (usually harmless, but inelegant) - apk-tools in 3.3 supports --no-cache to avoid leaving the APKINDEX files in the image
This commit is contained in:
		@@ -3,10 +3,8 @@ MAINTAINER jp@roemer.im
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
# Install system utils & Gogs runtime dependencies
 | 
					# Install system utils & Gogs runtime dependencies
 | 
				
			||||||
ADD https://github.com/tianon/gosu/releases/download/1.6/gosu-amd64 /usr/sbin/gosu
 | 
					ADD https://github.com/tianon/gosu/releases/download/1.6/gosu-amd64 /usr/sbin/gosu
 | 
				
			||||||
RUN echo "@edge http://dl-4.alpinelinux.org/alpine/edge/main" | tee -a /etc/apk/repositories \
 | 
					RUN chmod +x /usr/sbin/gosu \
 | 
				
			||||||
 && apk -U --no-progress upgrade \
 | 
					 && apk --no-cache --no-progress add ca-certificates bash git linux-pam s6 curl openssh socat
 | 
				
			||||||
 && apk -U --no-progress add ca-certificates bash git linux-pam s6@edge curl openssh socat \
 | 
					 | 
				
			||||||
 && chmod +x /usr/sbin/gosu
 | 
					 | 
				
			||||||
 | 
					
 | 
				
			||||||
ENV GOGS_CUSTOM /data/gogs
 | 
					ENV GOGS_CUSTOM /data/gogs
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user