We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f5b3342 commit dfb3baaCopy full SHA for dfb3baa
ghproxy/Dockerfile
@@ -10,7 +10,7 @@ RUN CGO_ENABLED=0 go build -ldflags "-s -w -X main.version=${VERSION}" -o main .
10
11
FROM alpine:latest
12
13
-RUN apk --no-cache add ca-certificates curl
+RUN apk add --no-cache curl
14
15
WORKDIR /data
16
@@ -21,4 +21,4 @@ RUN mkdir -p ghproxy/config ghproxy/log www \
21
22
COPY --from=builder /app/config /data/ghproxy/config/
23
24
-CMD ["/data/main", "-cfg", "/data/ghproxy/config/config.toml"]
+CMD ["/data/main", "-cfg", "/data/ghproxy/config/config.toml"]
0 commit comments