actualizar a alpine 3.10

This commit is contained in:
fauno 2019-08-03 14:27:20 -03:00
parent 9dec04fe88
commit 2dc63263cc
No known key found for this signature in database
GPG key ID: 456032D717A4CD9C

View file

@ -1,4 +1,4 @@
FROM alpine:3.9 AS build FROM alpine:3.10 AS build
ENV PACKAGER "fauno <fauno@partidopirata.com.ar>" ENV PACKAGER "fauno <fauno@partidopirata.com.ar>"
ENV NOKOGIRI_USE_SYSTEM_LIBRARIES=1 ENV NOKOGIRI_USE_SYSTEM_LIBRARIES=1
ENV SECRET_KEY_BASE solo_es_necesaria_para_correr_rake ENV SECRET_KEY_BASE solo_es_necesaria_para_correr_rake
@ -30,7 +30,7 @@ COPY --chown=app:www-data ./.git/ ./.git/
# Hacer un tarball de los archivos de la web # Hacer un tarball de los archivos de la web
RUN git archive -o ../web.tar.gz HEAD RUN git archive -o ../web.tar.gz HEAD
FROM lunar/monit:3.9 FROM lainventoria/monit:3.10
RUN apk add --no-cache libxslt libxml2 tzdata ruby ruby-json ruby-bigdecimal ruby-rake ruby-etc RUN apk add --no-cache libxslt libxml2 tzdata ruby ruby-json ruby-bigdecimal ruby-rake ruby-etc
RUN apk add --no-cache sqlite-libs RUN apk add --no-cache sqlite-libs
RUN apk add --no-cache darkhttpd RUN apk add --no-cache darkhttpd