mirror of
				https://github.com/songquanpeng/one-api.git
				synced 2025-11-04 07:43:41 +08:00 
			
		
		
		
	fix: fix Dockerfile
This commit is contained in:
		@@ -40,7 +40,7 @@ RUN go build -trimpath \
 | 
			
		||||
    -o one-api
 | 
			
		||||
 | 
			
		||||
# Final runtime image
 | 
			
		||||
FROM ubuntu:minimal
 | 
			
		||||
FROM ubuntu:22.04
 | 
			
		||||
 | 
			
		||||
RUN apt-get update && apt-get install -y --no-install-recommends \
 | 
			
		||||
    ca-certificates tzdata bash \
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user