Browse Source

Revert "fix missing ca certificates"

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

3
Containerfile

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

Loading…
Cancel
Save