diff --git a/Dockerfile b/Dockerfile index 6b4cfc6..b30ec40 100644 --- a/Dockerfile +++ b/Dockerfile @@ -38,7 +38,6 @@ COPY --from=make-builder /pikchr/pikchr /usr/local/bin/ RUN sed -i 's/https/http/' /etc/apk/repositories # Adds edge/testing package repo for svgbob, pdf2svg RUN echo "@testing http://dl-cdn.alpinelinux.org/alpine/edge/testing" >> /etc/apk/repositories -RUN echo "@319 https://dl-cdn.alpinelinux.org/alpine/v3.19/main" >> /etc/apk/repositories RUN cat /etc/alpine-release \ && apk fix && apk update @@ -276,7 +275,7 @@ RUN apk add --no-cache \ py3-gobject3 \ py3-cairo \ py3-cairosvg \ - py3-lxml@319 \ + py3-lxml \ libxml2 \ libxslt \ && apk add --no-cache --virtual .pythonmakedepends \