Skip to content
This repository was archived by the owner on Jun 12, 2018. It is now read-only.

Commit b2235da

Browse files
author
Nicolas Huray
committed
Display Consul template and Fileconsul versions at prompt
1 parent 61ed963 commit b2235da

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

consul/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ RUN curl -Ls https://github.com/just-containers/s6-overlay/releases/download/v${
1111
curl -Ls https://github.com/hashicorp/consul-template/releases/download/v${CONSUL_TEMPLATE_VERSION}/consul_template_${CONSUL_TEMPLATE_VERSION}_linux_amd64.zip -o consul-template.zip && unzip consul-template.zip -d /usr/local/bin && \
1212
curl -Ls http://dl.bintray.com/foostan/fileconsul/${FILECONSUL_VERSION}_linux_amd64.zip -o fileconsul.zip && unzip fileconsul.zip -d /usr/local/bin && \
1313
rm -f fileconsul.zip consul-template* && \
14-
echo -ne "- with `consul-template -v`" >> /root/.built && \
15-
echo -ne "- with `fileconsul -v`\n" >> /root/.built
14+
echo -ne "- with `consul-template -v 2>&1`\n" >> /root/.built && \
15+
echo -ne "- with `fileconsul -v 2>&1`\n" >> /root/.built
1616

1717
# Add services configuration
1818
ADD etc /etc

0 commit comments

Comments
 (0)