Skip to content

Commit

Permalink
Merge pull request #11 from janeczku/fix-dockerfile
Browse files Browse the repository at this point in the history
Fix image
  • Loading branch information
ibuildthecloud authored Oct 13, 2016
2 parents 4ea3674 + d4ebbae commit f443f66
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 f443f66

Please sign in to comment.