Browse Source

fix missing ca certificates

master
Nicolas Massé 4 years ago
parent
commit
48ed850650
  1. 3
      Containerfile

3
Containerfile

@ -1,4 +1,5 @@
FROM scratch
FROM alpine:latest
RUN apk add -U --no-cache ca-certificates
ARG BUILT_ARTIFACT
ADD "$BUILT_ARTIFACT" /
EXPOSE 8080

Loading…
Cancel
Save