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 # Include dist
#ADD dist/ /root/dist/ #ADD dist/ /root/dist/
# #
# Get and install dependencies & packages # Get and install dependencies & packages
RUN sed -i 's/dl-cdn/dl-2/g' /etc/apk/repositories && \ RUN apk -U add \
apk -U add \
git \ git \
py3-libxml2 \ py3-libxml2 \
py3-lxml \ py3-lxml \