This commit is contained in:
stebifan 2018-04-01 17:36:35 +02:00
parent c8b27e4a6b
commit b833f0ac36

View File

@ -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 -