This repository was archived by the owner on Jun 12, 2018. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
2626CMD [ "bash" ]
Original file line number Diff line number Diff 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
1818ADD etc /etc
You can’t perform that action at this time.
0 commit comments