From b833f0ac3612fc09d6b3c10068766a229ec37b7d Mon Sep 17 00:00:00 2001 From: stebifan Date: Sun, 1 Apr 2018 17:36:35 +0200 Subject: [PATCH] Add Gulp --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index d13355a..01de7c9 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,8 +1,8 @@ FROM ubuntu:16.04 #Install curl -RUN apt-get update && apt-get install -y curl apt-transport-https - +RUN apt-get update && apt-get install -y curl apt-transport-https npm nodejs +RUN npm install gulp-cli # Install yarn RUN curl -sS https://dl.yarnpkg.com/debian/pubkey.gpg | apt-key add -