From 05345407b1df90ea4ff8b0158baec8b78f9288c2 Mon Sep 17 00:00:00 2001 From: Edward Ribeiro Date: Mon, 29 Oct 2018 14:11:22 -0300 Subject: [PATCH] =?UTF-8?q?HOT-FIX:=20instala=20npm=20para=20vers=C3=A3o?= =?UTF-8?q?=203.8=20do=20Alpine?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 760e299bc..3f3adc78e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,8 +1,8 @@ FROM alpine:3.8 ENV BUILD_PACKAGES postgresql-dev graphviz-dev graphviz build-base git pkgconfig \ -python3-dev libxml2-dev jpeg-dev libressl-dev libffi-dev libxslt-dev nodejs py3-lxml \ -py3-magic postgresql-client poppler-utils antiword vim openssh-client + python3-dev libxml2-dev jpeg-dev libressl-dev libffi-dev libxslt-dev \ + nodejs npm py3-lxml py3-magic postgresql-client poppler-utils antiword vim openssh-client RUN apk update --update-cache && apk upgrade