From 737aabd26e78f05793549f1e4e5c1ea9db393ad1 Mon Sep 17 00:00:00 2001 From: Edward Ribeiro Date: Thu, 23 Aug 2018 15:22:59 -0300 Subject: [PATCH] =?UTF-8?q?HOT-FIX:=20conserta=20distribui=C3=A7=C3=A3o=20?= =?UTF-8?q?SAPL?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit O índice do repositório do Alpine Linux não estava encontrando o Python3-3.5.6-r0 --- Dockerfile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Dockerfile b/Dockerfile index 9f89509d7..8fd83756b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -4,6 +4,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 +RUN apk update && apk upgrade + RUN apk --update add fontconfig ttf-dejavu && fc-cache -fv RUN apk add --no-cache python3 nginx tzdata && \