Skip to content

Commit

Permalink
Remove Alpine 3.19 references.
Browse files Browse the repository at this point in the history
  • Loading branch information
barthel committed Sep 15, 2024
1 parent 8e6202c commit 3d11e1b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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 \
Expand Down

0 comments on commit 3d11e1b

Please sign in to comment.