Signed-off-by: Jessica Frazelle <acidburn@docker.com>
This commit is contained in:
Jessica Frazelle 2015-09-29 07:28:06 -07:00
parent afefc56ba5
commit 63dcbba106
No known key found for this signature in database
GPG Key ID: 18F3685C0022BFF3

View File

@ -11,8 +11,6 @@ RUN apk update && apk add \
&& rm -rf /tmp/glibc* \ && rm -rf /tmp/glibc* \
&& rm -rf /var/cache/apk/* && rm -rf /var/cache/apk/*
ENV CONSUL_VERSION 0.5.2
RUN curl -sSL https://jesss.s3.amazonaws.com/binaries/vault -o /bin/vault \ RUN curl -sSL https://jesss.s3.amazonaws.com/binaries/vault -o /bin/vault \
&& chmod +x /bin/vault && chmod +x /bin/vault