Remove NPM
continuous-integration/drone the build failed Details

This commit is contained in:
f 2021-09-29 15:44:40 -03:00
parent 63fcab0d4b
commit 6a55cd5d8b
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@ ARG ALPINE_VERSION=3.13.6
FROM ${BASE_IMAGE}:${ALPINE_VERSION}
MAINTAINER "f <f@sutty.nl>"
RUN apk add --no-cache git nodejs nodejs-npm yarn tzdata libxslt-dev libxml2-dev
RUN apk add --no-cache git nodejs yarn tzdata libxslt-dev libxml2-dev
RUN apk add --no-cache ruby-dev ruby-bundler ruby-json ruby-bigdecimal ruby-rake ruby-etc
RUN apk add --no-cache postgresql-dev sqlite-dev mariadb-dev
RUN apk add --no-cache linux-headers