install gulp as well

This commit is contained in:
Nils Stinnesbeck 2019-11-23 00:28:56 +01:00
parent ab67d494c9
commit d1e9c75c0a
Signed by: nils
GPG Key ID: 86D4882C6C6CA48B

View File

@ -6,6 +6,7 @@ RUN node --version && npm --version && yarn --version
# install gulp # install gulp
RUN npm i gulp-cli -g RUN npm i gulp-cli -g
RUN npm i gulp -g
# run yarn for prerequisits # run yarn for prerequisits
RUN yarn RUN yarn