diff --git a/.drone.yml b/.drone.yml index ba4c005..317569c 100644 --- a/.drone.yml +++ b/.drone.yml @@ -3,7 +3,7 @@ type: docker steps: - name: build - image: node:latest + image: node:alpine commands: - apk add --no-cache python3 make g++ - npm install