We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4fdc0fb commit 99dc91eCopy full SHA for 99dc91e
ci-build/Dockerfile
@@ -31,7 +31,7 @@ ADD https://github.com/validator/validator/releases/download/latest/vnu.jar /wha
31
# shared library dependencies. Probably this is a job for Docker Compose... we should learn how that
32
# works one day.
33
# Prince also hasn't been updated for Debian 12 and is no longer installable from its deb file.
34
-ADD https://www.princexml.com/download/prince-14.2-linux-generic-x86_64.tar.gz /whatwg/prince.tar.gz
+ADD https://www.princexml.com/download/prince-15.1-linux-generic-x86_64.tar.gz /whatwg/prince.tar.gz
35
RUN cd /whatwg && \
36
tar xvzf prince.tar.gz && \
37
( cd prince-* && echo /usr | ./install.sh ) && \
0 commit comments