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