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

Commit 54b0d74

Browse files
author
Nicolas Huray
committed
Display properly versions at prompt
1 parent d11a43f commit 54b0d74

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,6 @@ RUN apk update && apk-install make gcc g++ python linux-headers paxctl libgcc li
2121
rm -rf /node-v${NODE_VERSION} \
2222
/usr/share/man /tmp/* /var/cache/apk/* /root/.npm \
2323
/usr/lib/node_modules/npm/man /usr/lib/node_modules/npm/doc /usr/lib/node_modules/npm/html && \
24-
echo -ne "- with Node.js `node --version" >> /root/.built
24+
echo -ne "- with Node.js `node --version`" >> /root/.built
2525

2626
CMD [ "bash" ]

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" >> /root/.built
14+
echo -ne "- with `consul-template -v`" >> /root/.built && \
15+
echo -ne "- with `fileconsul -v`" >> /root/.built
1616

1717
# Add services configuration
1818
ADD etc /etc

0 commit comments

Comments
 (0)