mirror of
				https://gitee.com/gitea/gitea
				synced 2025-11-04 16:40:24 +08:00 
			
		
		
		
	Add gnupg to Dockerfile (#11365)
Co-authored-by: zeripath <art27@cantab.net>
This commit is contained in:
		
				
					committed by
					
						
						GitHub
					
				
			
			
				
	
			
			
			
						parent
						
							6e23a1b843
						
					
				
				
					commit
					c9187b8116
				
			@@ -37,7 +37,8 @@ RUN apk --no-cache add \
 | 
				
			|||||||
    s6 \
 | 
					    s6 \
 | 
				
			||||||
    sqlite \
 | 
					    sqlite \
 | 
				
			||||||
    su-exec \
 | 
					    su-exec \
 | 
				
			||||||
    tzdata
 | 
					    tzdata \
 | 
				
			||||||
 | 
					    gnupg
 | 
				
			||||||
 | 
					
 | 
				
			||||||
RUN addgroup \
 | 
					RUN addgroup \
 | 
				
			||||||
    -S -g 1000 \
 | 
					    -S -g 1000 \
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user