mirror of
				https://gitee.com/gitea/gitea
				synced 2025-11-04 08:30:25 +08:00 
			
		
		
		
	git 2.36 is needed for safe.directory = '*' to work (#19876)
This commit is contained in:
		@@ -32,10 +32,11 @@ RUN apk --no-cache add \
 | 
			
		||||
    bash \
 | 
			
		||||
    ca-certificates \
 | 
			
		||||
    gettext \
 | 
			
		||||
    git \
 | 
			
		||||
    curl \
 | 
			
		||||
    gnupg
 | 
			
		||||
 | 
			
		||||
RUN apk add git --repository=http://dl-cdn.alpinelinux.org/alpine/v3.16/main
 | 
			
		||||
 | 
			
		||||
RUN addgroup \
 | 
			
		||||
    -S -g 1000 \
 | 
			
		||||
    git && \
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user