]> git.ipfire.org Git - thirdparty/bird.git/commitdiff
CI: Fix installation on newer debian-based distros
authorDavid Petera <david.petera@nic.cz>
Wed, 20 Aug 2025 16:04:37 +0000 (18:04 +0200)
committerroot <root@fai-m-02.office.nic.cz>
Wed, 27 Aug 2025 09:43:02 +0000 (11:43 +0200)
Package 'adduser' needs to be installed explicitly

misc/docker/debian-testing-amd64/Dockerfile
misc/docker/debian-testing-i386/Dockerfile
misc/docker/ubuntu-24.04-amd64/Dockerfile
misc/docker/ubuntu-24.10-amd64/Dockerfile

index f40e8c4fe3fe743ab895cd6772bd4d98984263ef..61ebd0d7cf4a341628666c352f2eb7f13691cbce 100644 (file)
@@ -15,7 +15,8 @@ RUN apt-get -y --no-install-recommends install \
        texlive-latex-extra \
        opensp \
        docbook-xsl \
-       xsltproc
+       xsltproc \
+       adduser
 RUN apt-get -y --no-install-recommends install \
        git \
        dpkg-dev \
index 866738d61fc9ffe9c228a8e468ac1acb7f264909..4c66aa340d706f25a2c12209d15553814aa9c1d7 100644 (file)
@@ -15,7 +15,8 @@ RUN apt-get -y --no-install-recommends install \
        texlive-latex-extra \
        opensp \
        docbook-xsl \
-       xsltproc
+       xsltproc \
+       adduser
 RUN apt-get -y --no-install-recommends install \
        git \
        dpkg-dev \
index c894bb4622411872eda6e5d1ba8632ef4775198b..ee317196bd419f1da17a3c30398b2deaad184e44 100644 (file)
@@ -16,7 +16,8 @@ RUN apt-get -y --no-install-recommends install \
        texlive-latex-extra \
        opensp \
        docbook-xsl \
-       xsltproc
+       xsltproc \
+       adduser
 RUN apt-get -y --no-install-recommends install \
        git \
        dpkg-dev \
index 2a01aa9233f8aeb21f466aa96b0ad90adff7dee2..2c7df91f70b1aee9ad7f592db2914d21d5bd1a35 100644 (file)
@@ -16,7 +16,8 @@ RUN apt-get -y --no-install-recommends install \
        texlive-latex-extra \
        opensp \
        docbook-xsl \
-       xsltproc
+       xsltproc \
+       adduser
 RUN apt-get -y --no-install-recommends install \
        git \
        dpkg-dev \