Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Using alpine with ca-certificates
  • Loading branch information
ellipticasec committed Jun 7, 2018
1 parent ad9c3d4 commit d23475a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile
Expand Up @@ -9,5 +9,6 @@ RUN cd $PKG \
&& go build -v -o /eos-blocksigner

# Final image
FROM busybox
FROM alpine
RUN apk update && apk add ca-certificates && rm -rf /var/cache/apk/*
COPY --from=builder /eos-blocksigner /app/eos-blocksigner

0 comments on commit d23475a

Please sign in to comment.