From c82da6985ab8cd59bfb2ed18177d93f80451b48f Mon Sep 17 00:00:00 2001 From: Vincent Bernat Date: Mon, 21 Jun 2021 23:41:49 +0200 Subject: [PATCH] tests: remove old Dockerfile.wheezy It does not work anymore as wheezy is too old. --- tests/Dockerfile.wheezy | 17 ----------------- 1 file changed, 17 deletions(-) delete mode 100644 tests/Dockerfile.wheezy diff --git a/tests/Dockerfile.wheezy b/tests/Dockerfile.wheezy deleted file mode 100644 index bf0aa28f..00000000 --- a/tests/Dockerfile.wheezy +++ /dev/null @@ -1,17 +0,0 @@ -# Build on Wheezy. We use i386 because it's on amd64, it would require -# a kernel with vsyscalls enabled. -FROM i386/debian:wheezy - -RUN sed -i \ - -e 's/deb.debian.org/archive.debian.org/' \ - -e 's/security.debian.org/archive.debian.org/' \ - -e '/wheezy-updates/d' \ - /etc/apt/sources.list -RUN apt-get -qqy -o Acquire::Check-Valid-Until=false update -RUN apt-get -qqy install build-essential devscripts fakeroot - -COPY . /usr/src/lldpd -WORKDIR /usr/src/lldpd - -RUN mk-build-deps -i debian/control -t "apt-get -o Debug::pkgProblemResolver=yes -qqy" -RUN debian/rules build && fakeroot debian/rules binary -- 2.39.5