mirror of
				https://gitee.com/gitea/gitea
				synced 2025-11-04 16:40:24 +08:00 
			
		
		
		
	Add curl to rootless docker image (#15908)
Signed-off-by: JustusBunsi <61625851+justusbunsi@users.noreply.github.com> Co-authored-by: Lunny Xiao <xiaolunwen@gmail.com>
This commit is contained in:
		@@ -35,6 +35,7 @@ RUN apk --no-cache add \
 | 
				
			|||||||
    ca-certificates \
 | 
					    ca-certificates \
 | 
				
			||||||
    gettext \
 | 
					    gettext \
 | 
				
			||||||
    git \
 | 
					    git \
 | 
				
			||||||
 | 
					    curl \
 | 
				
			||||||
    gnupg
 | 
					    gnupg
 | 
				
			||||||
 | 
					
 | 
				
			||||||
RUN addgroup \
 | 
					RUN addgroup \
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user