From: Peter van Dijk Date: Wed, 9 Jun 2021 09:51:27 +0000 (+0200) Subject: circleci docs building: use texlive image because it has most of our dependencies... X-Git-Tag: dnsdist-1.7.0-alpha1~93^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=041ce2cc91b308bbef093c3c2638f86a132de853;p=thirdparty%2Fpdns.git circleci docs building: use texlive image because it has most of our dependencies already --- diff --git a/.circleci/config.yml b/.circleci/config.yml index 06c48153cd..e67b525c58 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -1574,7 +1574,7 @@ jobs: resource_class: small docker: - - image: debian:buster + - image: texlive/texlive auth: username: powerdnsreadonly password: $DOCKERHUB_PASSWORD @@ -1587,7 +1587,7 @@ jobs: resource_class: small docker: - - image: debian:buster + - image: texlive/texlive auth: username: powerdnsreadonly password: $DOCKERHUB_PASSWORD @@ -1602,7 +1602,7 @@ jobs: resource_class: small docker: - - image: debian:buster + - image: texlive/texlive auth: username: powerdnsreadonly password: $DOCKERHUB_PASSWORD @@ -1615,7 +1615,7 @@ jobs: resource_class: small docker: - - image: debian:buster + - image: texlive/texlive auth: username: powerdnsreadonly password: $DOCKERHUB_PASSWORD @@ -1630,7 +1630,7 @@ jobs: resource_class: small docker: - - image: debian:buster + - image: texlive/texlive auth: username: powerdnsreadonly password: $DOCKERHUB_PASSWORD @@ -1643,7 +1643,7 @@ jobs: resource_class: small docker: - - image: debian:buster + - image: texlive/texlive auth: username: powerdnsreadonly password: $DOCKERHUB_PASSWORD