mirror of
https://github.com/niusmallnan/steve.git
synced 2025-06-26 06:31:34 +00:00
Add ca-certificates
This commit is contained in:
parent
86dd7a455e
commit
085cc3eeda
@ -6,5 +6,6 @@ RUN cd /src && \
|
|||||||
CGO_ENABLED=0 go build -ldflags "-extldflags -static -s" -o /naok -mod=vendor
|
CGO_ENABLED=0 go build -ldflags "-extldflags -static -s" -o /naok -mod=vendor
|
||||||
|
|
||||||
FROM alpine
|
FROM alpine
|
||||||
|
RUN apk -U --no-cache add ca-certificates
|
||||||
COPY --from=build /naok /usr/bin/naok
|
COPY --from=build /naok /usr/bin/naok
|
||||||
ENTRYPOINT ["/usr/bin/naok"]
|
ENTRYPOINT ["/usr/bin/naok"]
|
||||||
|
Loading…
Reference in New Issue
Block a user