Skip to content

Commit

Permalink
Merge pull request #791 from oilbeater/master
Browse files Browse the repository at this point in the history
add ca-certificates
  • Loading branch information
tomdee authored Aug 7, 2017
2 parents f554237 + 53d1855 commit b119b77
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile.amd64
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ MAINTAINER Tom Denham <[email protected]>

ENV FLANNEL_ARCH=amd64

RUN apk add --no-cache iproute2 net-tools
RUN apk add --no-cache iproute2 net-tools ca-certificates && update-ca-certificates
COPY dist/flanneld-$FLANNEL_ARCH /opt/bin/flanneld
COPY dist/iptables-$FLANNEL_ARCH /usr/local/bin/iptables
COPY dist/mk-docker-opts.sh /opt/bin/
Expand Down

0 comments on commit b119b77

Please sign in to comment.