Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
yamamoto-febc committed Feb 28, 2018
1 parent 2308564 commit 7d0b4ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Expand Up @@ -21,6 +21,6 @@ MAINTAINER Kazumichi Yamamoto <yamamoto.febc@gmail.com>
LABEL MAINTAINER 'Kazumichi Yamamoto <yamamoto.febc@gmail.com>'

RUN set -x && apk add --no-cache --update ca-certificates
COPY --from=builder /go/src/github.com/yamamoto-febc/kube-etcd-helper/bin/kube-etcd-helper /usr/local/bin/
COPY --from=builder /go/src/github.com/yamamoto-febc/kube-etcd-helper/bin/kube-etcd-helper_linux_amd64 /usr/local/bin/kube-etcd-helper
RUN chmod +x /usr/local/bin/kube-etcd-helper
ENTRYPOINT ["/usr/local/bin/kube-etcd-helper"]

0 comments on commit 7d0b4ed

Please sign in to comment.