From cb6e52366bcbbc3ffa6b969fbea20018f012cc1d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1s=20Bianco?= Date: Sat, 22 Feb 2020 20:16:03 -0300 Subject: [PATCH] u u --- Dockerfile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Dockerfile b/Dockerfile index 58f766df..bbd096b1 100644 --- a/Dockerfile +++ b/Dockerfile @@ -4,10 +4,13 @@ WORKDIR /app COPY package*.json /app/ +RUN apt-get update || : && apt-get install python -y + RUN apk add --no-cache tzdata RUN apk add git ENV TZ=America/Argentina/Buenos_Aires + RUN npm install -g npm RUN npm install --prod -f RUN npm install -g posix