rebuild fatt for alpine 3.13

This commit is contained in:
t3chn0m4g3 2021-02-16 13:27:56 +00:00
parent 4d407b420d
commit d8d0a6f190

View file

@ -1,11 +1,10 @@
FROM alpine:3.12
FROM alpine:3.13
#
# Include dist
#ADD dist/ /root/dist/
#
# Get and install dependencies & packages
RUN sed -i 's/dl-cdn/dl-2/g' /etc/apk/repositories && \
apk -U add \
RUN apk -U add \
git \
py3-libxml2 \
py3-lxml \