rebuild fatt

This commit is contained in:
t3chn0m4g3 2019-12-27 20:52:23 +00:00
parent 64628c1293
commit 7c5fc000c0

View file

@ -4,7 +4,8 @@ FROM alpine
#ADD dist/ /root/dist/
#
# Get and install dependencies & packages
RUN apk -U add \
RUN sed -i 's/dl-cdn/dl-2/g' /etc/apk/repositories && \
apk -U add \
git \
py3-libxml2 \
py3-lxml \