From 6a55cd5d8bb4ab26d88104423288a3ea5eb69d7e Mon Sep 17 00:00:00 2001 From: f Date: Wed, 29 Sep 2021 15:44:40 -0300 Subject: [PATCH] Remove NPM --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 082a964..322a541 100644 --- a/Dockerfile +++ b/Dockerfile @@ -3,7 +3,7 @@ ARG ALPINE_VERSION=3.13.6 FROM ${BASE_IMAGE}:${ALPINE_VERSION} MAINTAINER "f " -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