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

Commit ea06033

Browse files
author
Nicolas Huray
committed
Display Node version properly
1 parent b2235da commit ea06033

1 file changed

Lines changed: 1 addition & 1 deletion

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`\n" >> /root/.built
2525

2626
CMD [ "bash" ]

0 commit comments

Comments
 (0)