mirror of
				https://gitee.com/gitea/gitea
				synced 2025-11-04 16:40:24 +08:00 
			
		
		
		
	Apply dockerfile updates to raspberry dockerfile (#548)
This commit is contained in:
		
				
					committed by
					
						
						Lunny Xiao
					
				
			
			
				
	
			
			
			
						parent
						
							dc50c78f48
						
					
				
				
					commit
					a09a3dcabb
				
			@@ -26,7 +26,8 @@ RUN apk update && \
 | 
			
		||||
    -s /bin/bash \
 | 
			
		||||
    -u 1000 \
 | 
			
		||||
    -G git \
 | 
			
		||||
    git
 | 
			
		||||
    git && \
 | 
			
		||||
  echo "git:$(date +%s | sha256sum | base64 | head -c 32)" | chpasswd
 | 
			
		||||
 | 
			
		||||
ENV USER git
 | 
			
		||||
ENV GITEA_CUSTOM /data/gitea
 | 
			
		||||
@@ -38,7 +39,4 @@ ENTRYPOINT ["/usr/bin/entrypoint"]
 | 
			
		||||
CMD ["/bin/s6-svscan", "/etc/s6"]
 | 
			
		||||
 | 
			
		||||
COPY docker /
 | 
			
		||||
 | 
			
		||||
COPY public /app/gitea/public
 | 
			
		||||
COPY templates /app/gitea/templates
 | 
			
		||||
COPY gitea /app/gitea/gitea
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user