Skip to content

Commit

Permalink
Fix ADD directive
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisAubuchon committed Apr 26, 2016
1 parent 66e14d6 commit 5565209
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ MAINTAINER Chris Aubuchon <[email protected]>

ENV CONSUL_TEMPLATE_VERSION 0.12.2

ADD https://releases.hashicorp.com/consul-template/${CONSUL_TEMPLATE_VERSION}/consul-template_${CONSUL_TEMPLATE_VERSION}_linux_amd64.zip
ADD https://releases.hashicorp.com/consul-template/${CONSUL_TEMPLATE_VERSION}/consul-template_${CONSUL_TEMPLATE_VERSION}_linux_amd64.zip /

RUN unzip consul-template_${CONSUL_TEMPLATE_VERSION}_linux_amd64.zip && \
mv consul-template /usr/local/bin/consul-template &&\
Expand Down

0 comments on commit 5565209

Please sign in to comment.