mirror of
				https://gitee.com/gitea/gitea
				synced 2025-11-04 08:30:25 +08:00 
			
		
		
		
	Fix missing backslash in Dockerfile.rpi (#1952)
This commit is contained in:
		@@ -14,7 +14,7 @@ RUN apk --no-cache add \
 | 
				
			|||||||
    curl \
 | 
					    curl \
 | 
				
			||||||
    openssh \
 | 
					    openssh \
 | 
				
			||||||
    tzdata
 | 
					    tzdata
 | 
				
			||||||
RUN addgroup
 | 
					RUN addgroup \
 | 
				
			||||||
    -S -g 1000 \
 | 
					    -S -g 1000 \
 | 
				
			||||||
    git && \
 | 
					    git && \
 | 
				
			||||||
  adduser \
 | 
					  adduser \
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user