]> git.ipfire.org Git - thirdparty/bird.git/commitdiff
fix debian testing dockerfiles
authorMaria Matejka <mq@ucw.cz>
Tue, 1 Apr 2025 09:19:41 +0000 (11:19 +0200)
committerMaria Matejka <mq@ucw.cz>
Tue, 1 Apr 2025 09:19:41 +0000 (11:19 +0200)
misc/docker/debian-testing-amd64/Dockerfile
misc/docker/debian-testing-i386/Dockerfile

index 648ebf14faaa5a039e1f92cdf3c9b585af5ffe89..75561c0a3e9a4723c7e2e42ab5d0743cc4ce0fd4 100644 (file)
@@ -3,10 +3,26 @@ FROM debian:testing-slim
 ENV DEBIAN_FRONTEND noninteractive
 RUN apt-get -y update
 RUN apt-get -y upgrade
-RUN apt-get -y install \
+RUN apt-get -y --no-install-recommends install \
        build-essential \
        flex \
        bison \
        autoconf \
        ncurses-dev \
-       libreadline-dev
+       libreadline-dev \
+       libssh-gcrypt-dev \
+       linuxdoc-tools-latex \
+       texlive-latex-extra \
+       opensp \
+       docbook-xsl \
+       xsltproc
+RUN apt-get -y --no-install-recommends install \
+       git \
+       dpkg-dev \
+       debhelper \
+       apt-utils \
+       quilt \
+       python3 \
+       python3-pip \
+       python3-setuptools \
+       python3-venv
index d658e9c79e83cf0e6e03b3aa3a0ca665d9bb3f55..8a18a8178651ba5b4a1a2a70e398c24d04b5bf52 100644 (file)
@@ -3,10 +3,26 @@ FROM i386/debian:testing-slim
 ENV DEBIAN_FRONTEND noninteractive
 RUN apt-get -y update
 RUN apt-get -y upgrade
-RUN apt-get -y install \
+RUN apt-get -y --no-install-recommends install \
        build-essential \
        flex \
        bison \
        autoconf \
        ncurses-dev \
-       libreadline-dev
+       libreadline-dev \
+       libssh-gcrypt-dev \
+       linuxdoc-tools-latex \
+       texlive-latex-extra \
+       opensp \
+       docbook-xsl \
+       xsltproc
+RUN apt-get -y --no-install-recommends install \
+       git \
+       dpkg-dev \
+       debhelper \
+       apt-utils \
+       quilt \
+       python3 \
+       python3-pip \
+       python3-setuptools \
+       python3-venv