Skip to content

Commit

Permalink
No update certs in alpine container
Browse files Browse the repository at this point in the history
  • Loading branch information
timofurrer committed Oct 17, 2021
1 parent a70d401 commit 24ef22e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Dockerfile.alpine
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,7 @@ RUN CGO_ENABLED=0 go build -o /bin/docatl

FROM alpine:latest
RUN apk update \
&& apk add -U --no-cache ca-certificates \
&& update-ca-certificates
&& apk add -U --no-cache ca-certificates
COPY --from=build /bin/docatl /bin/docatl
WORKDIR /docs
ENTRYPOINT [ "/bin/docatl" ]

0 comments on commit 24ef22e

Please sign in to comment.