From: Peter van Dijk Date: Fri, 24 Mar 2023 10:12:18 +0000 (+0100) Subject: switch builder docs target to ubuntu jammy X-Git-Tag: rec-4.9.0-beta1~31^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=refs%2Fpull%2F12683%2Fhead;p=thirdparty%2Fpdns.git switch builder docs target to ubuntu jammy --- diff --git a/builder-support/dockerfiles/Dockerfile.target.docs b/builder-support/dockerfiles/Dockerfile.target.docs index bf7432818f..b7dd82a5dc 100644 --- a/builder-support/dockerfiles/Dockerfile.target.docs +++ b/builder-support/dockerfiles/Dockerfile.target.docs @@ -1,12 +1,11 @@ # Sphinx -FROM ubuntu:bionic as pdns-docs +FROM ubuntu:jammy as pdns-docs RUN apt-get update && apt-get -y dist-upgrade && apt-get -y --no-install-recommends install \ ghostscript \ git \ latexmk \ make \ - python-minimal \ - python2.7 \ + python3-minimal \ texlive \ texlive-font-utils \ texlive-fonts-extra \