From 44ced00d501039feca91318009a9634bb91081e0 Mon Sep 17 00:00:00 2001 From: "Carlos A. Gomes" Date: Wed, 4 Oct 2017 21:16:25 -0300 Subject: [PATCH] Update Dockerfile fixing echoes --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index c904f0b..e912acd 100644 --- a/Dockerfile +++ b/Dockerfile @@ -13,8 +13,8 @@ RUN curl -sL https://deb.nodesource.com/setup_8.x | bash - \ && rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/* /usr/share/man/?? /usr/share/man/??_* \ # Show versions && php -v \ - && echo "node: `node -v` \ - && echo npm: `npm -v` \ + && echo "node: `node -v` " \ + && echo "npm: `npm -v`" \ # Install composer && curl -sS https://getcomposer.org/installer | php -- --install-dir=/usr/local/bin --filename=composer