rebuild elasticpot for alpine 3.13

This commit is contained in:
t3chn0m4g3 2021-02-15 10:14:52 +00:00
parent 898f8be4db
commit 8112f48270

View file

@ -1,11 +1,10 @@
FROM alpine:3.12
FROM alpine:3.13
#
# Include dist
ADD dist/ /root/dist/
#
# Install packages
RUN sed -i 's/dl-cdn/dl-2/g' /etc/apk/repositories && \
apk -U add \
RUN apk -U add \
build-base \
ca-certificates \
git \
@ -13,6 +12,7 @@ RUN sed -i 's/dl-cdn/dl-2/g' /etc/apk/repositories && \
openssl \
openssl-dev \
postgresql-dev \
py3-cryptography \
py3-mysqlclient \
py3-requests \
py3-pip \