From: Maria Matejka Date: Fri, 24 Jan 2025 15:58:26 +0000 (+0100) Subject: Build dockers need git X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fheads%2Fmq-build-update;p=thirdparty%2Fbird.git Build dockers need git --- diff --git a/misc/docker/debian-testing-amd64/Dockerfile b/misc/docker/debian-testing-amd64/Dockerfile index e377cf321..c8d34a0c6 100644 --- a/misc/docker/debian-testing-amd64/Dockerfile +++ b/misc/docker/debian-testing-amd64/Dockerfile @@ -4,6 +4,7 @@ RUN apt-get -y update RUN apt-get -y upgrade RUN apt-get -y install \ build-essential \ + git \ flex \ bison \ autoconf \ diff --git a/misc/docker/debian-testing-i386/Dockerfile b/misc/docker/debian-testing-i386/Dockerfile index 1c16c0fa0..1ba9134b2 100644 --- a/misc/docker/debian-testing-i386/Dockerfile +++ b/misc/docker/debian-testing-i386/Dockerfile @@ -4,6 +4,7 @@ RUN apt-get -y update RUN apt-get -y upgrade RUN apt-get -y install \ build-essential \ + git \ flex \ bison \ autoconf \ diff --git a/misc/docker/opensuse-15.0-amd64/Dockerfile b/misc/docker/opensuse-15.0-amd64/Dockerfile index b1faff409..5dba7cbb0 100644 --- a/misc/docker/opensuse-15.0-amd64/Dockerfile +++ b/misc/docker/opensuse-15.0-amd64/Dockerfile @@ -2,6 +2,7 @@ FROM opensuse/leap:15.0 RUN zypper -n up RUN zypper -n install \ autoconf \ + git \ flex \ bison \ pkgconfig \ diff --git a/misc/docker/ubuntu-14.04-amd64/Dockerfile b/misc/docker/ubuntu-14.04-amd64/Dockerfile index 353250733..876ea92ca 100644 --- a/misc/docker/ubuntu-14.04-amd64/Dockerfile +++ b/misc/docker/ubuntu-14.04-amd64/Dockerfile @@ -5,6 +5,7 @@ RUN apt-get -y update RUN apt-get -y upgrade RUN apt-get -y install \ build-essential \ + git \ flex \ bison \ autoconf \ diff --git a/misc/docker/ubuntu-16.04-amd64/Dockerfile b/misc/docker/ubuntu-16.04-amd64/Dockerfile index c27aef150..2810b695e 100644 --- a/misc/docker/ubuntu-16.04-amd64/Dockerfile +++ b/misc/docker/ubuntu-16.04-amd64/Dockerfile @@ -5,6 +5,7 @@ RUN apt-get -y update RUN apt-get -y upgrade RUN apt-get -y install \ build-essential \ + git \ flex \ bison \ autoconf \