Skip to content

Commit

Permalink
stop using scratch
Browse files Browse the repository at this point in the history
  • Loading branch information
tomoyamachi committed Feb 21, 2021
1 parent aa881ef commit 071cd28
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
FROM alpine:3.13 as builder
RUN apk update && apk add --no-cache ca-certificates

FROM scratch
COPY --from=builder /etc/ssl/certs/ca-certificates.crt /etc/ssl/certs/
FROM alpine:3.13
COPY dockertags /dockertags
ENTRYPOINT ["/dockertags"]

0 comments on commit 071cd28

Please # to comment.