Skip to content

Commit

Permalink
Dockerfile fix
Browse files Browse the repository at this point in the history
Fixes missing root certificates
Uses alpine:3.4 base image
Sets external-lb as entrypoint
  • Loading branch information
janeczku committed Oct 12, 2016
1 parent 4ea3674 commit d4ebbae
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions package/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
FROM ubuntu:16.04
FROM alpine:3.4
RUN apk add --no-cache ca-certificates
COPY external-lb /usr/bin/
CMD ["external-lb"]
ENTRYPOINT ["/usr/bin/external-lb"]

0 comments on commit d4ebbae

Please sign in to comment.