[TASK] update Dockerfile

This commit is contained in:
2020-05-07 21:23:46 +02:00
parent d58e4a134a
commit b1f5ebcf7a
2 changed files with 2 additions and 3 deletions
+1 -2
View File
@@ -14,9 +14,8 @@ steps:
- name: Run Gulp
image: gulp-node:${DRONE_COMMIT}
commands:
- which gulp
- npm install
- /usr/local/bin/gulp
- gulp
- zip public.zip dist/*
- name: Upload Artifacts
+1 -1
View File
@@ -1,3 +1,3 @@
FROM node:12-alpine
RUN npm install -g gulp
RUN npm install
RUN apk install graphicsmagick