Skip to content

Commit

Permalink
[Dembo] Install ca-certificates in docker image
Browse files Browse the repository at this point in the history
  • Loading branch information
walbertus committed Sep 6, 2019
1 parent 830ccb8 commit 2d9d809
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ RUN make plugin.auth
RUN make server

FROM ubuntu:latest
RUN apt-get update
RUN apt-get install -y ca-certificates
WORKDIR /app/
COPY --from=builder /go/src/app/_output/bin/server .
COPY --from=builder /go/src/app/_output/bin/plugin/auth.so .
Expand Down

0 comments on commit 2d9d809

Please sign in to comment.