From: Jana Babovakova Date: Mon, 14 Apr 2025 13:41:46 +0000 (+0200) Subject: Docker: lost files for OpenSuse 15.4, 15.5 X-Git-Tag: v3.1.1~23^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=adb81c9bef152c4d4e11996fe19d06c74600c2c7;p=thirdparty%2Fbird.git Docker: lost files for OpenSuse 15.4, 15.5 --- diff --git a/misc/docker/opensuse-15.4-amd64/Dockerfile b/misc/docker/opensuse-15.4-amd64/Dockerfile new file mode 100644 index 000000000..3af34e4d1 --- /dev/null +++ b/misc/docker/opensuse-15.4-amd64/Dockerfile @@ -0,0 +1,21 @@ +# bump number for image rebuild: 1 +FROM opensuse/leap:15.4 +RUN zypper -n up +RUN zypper -n install \ + gcc \ + make \ + flex \ + bison \ + autoconf \ + pkgconfig \ + libssh-devel \ + ncurses-devel \ + readline-devel +RUN zypper -n install \ + git \ + rpm-build \ + systemd \ + systemd-rpm-macros \ + python3 \ + python3-pip \ + python3-setuptools diff --git a/misc/docker/opensuse-15.5-amd64/Dockerfile b/misc/docker/opensuse-15.5-amd64/Dockerfile new file mode 100644 index 000000000..a3aad6c0b --- /dev/null +++ b/misc/docker/opensuse-15.5-amd64/Dockerfile @@ -0,0 +1,21 @@ +# bump number for image rebuild: 0 +FROM opensuse/leap:15.5 +RUN zypper -n up +RUN zypper -n install \ + gcc \ + make \ + flex \ + bison \ + autoconf \ + pkgconfig \ + libssh-devel \ + ncurses-devel \ + readline-devel +RUN zypper -n install \ + git \ + rpm-build \ + systemd \ + systemd-rpm-macros \ + python3 \ + python3-pip \ + python3-setuptools