Skip to content

Commit

Permalink
Revert "fix missing ca certificates"
Browse files Browse the repository at this point in the history
This reverts commit 48ed850.
  • Loading branch information
nmasse-itix committed Nov 27, 2021
1 parent 48ed850 commit b249e82
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Containerfile
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit b249e82

Please sign in to comment.