mirror of
				https://github.com/go-gitea/gitea.git
				synced 2025-11-04 04:14:01 +01:00 
			
		
		
		
	Revert "Reduce number of layer" (#2086)
This reverts commit 789188f13c93e47b8a758c379bd463f7c2792f13.
This commit is contained in:
		
							parent
							
								
									789188f13c
								
							
						
					
					
						commit
						8fd43f215c
					
				
							
								
								
									
										10
									
								
								Dockerfile
									
									
									
									
									
								
							
							
						
						
									
										10
									
								
								Dockerfile
									
									
									
									
									
								
							@ -13,8 +13,8 @@ RUN apk --no-cache add \
 | 
			
		||||
    s6 \
 | 
			
		||||
    curl \
 | 
			
		||||
    openssh \
 | 
			
		||||
    tzdata \
 | 
			
		||||
  && addgroup \
 | 
			
		||||
    tzdata
 | 
			
		||||
RUN addgroup \
 | 
			
		||||
    -S -g 1000 \
 | 
			
		||||
    git && \
 | 
			
		||||
  adduser \
 | 
			
		||||
@ -26,9 +26,9 @@ RUN apk --no-cache add \
 | 
			
		||||
    git && \
 | 
			
		||||
  echo "git:$(date +%s | sha256sum | base64 | head -c 32)" | chpasswd
 | 
			
		||||
 | 
			
		||||
ENV USER git \
 | 
			
		||||
    GITEA_CUSTOM /data/gitea \
 | 
			
		||||
    GODEBUG=netdns=go
 | 
			
		||||
ENV USER git
 | 
			
		||||
ENV GITEA_CUSTOM /data/gitea
 | 
			
		||||
ENV GODEBUG=netdns=go
 | 
			
		||||
 | 
			
		||||
VOLUME ["/data"]
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user