From 7c5fc000c01b53bf187a2a308e4bde4a1ac4b064 Mon Sep 17 00:00:00 2001 From: t3chn0m4g3 Date: Fri, 27 Dec 2019 20:52:23 +0000 Subject: [PATCH] rebuild fatt --- docker/fatt/Dockerfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docker/fatt/Dockerfile b/docker/fatt/Dockerfile index b0018724..387149c0 100644 --- a/docker/fatt/Dockerfile +++ b/docker/fatt/Dockerfile @@ -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 \