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 \