From e8d7e3b9650dd9e6bf3dcae98190e8f4c68b5bab Mon Sep 17 00:00:00 2001 From: Aterfax Date: Mon, 28 Aug 2023 03:33:45 +0100 Subject: [PATCH] Update Dockerfile - new link --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index ef2fc3a..0ee1161 100644 --- a/Dockerfile +++ b/Dockerfile @@ -24,7 +24,7 @@ RUN apt -y install git nano screen patch fakeroot build-essential devscripts lib #Need pahole 1.16 or above RUN TEMP_DEB="$(mktemp)" && \ - wget -O "$TEMP_DEB" http://archive.ubuntu.com/ubuntu/pool/universe/d/dwarves-dfsg/dwarves_1.21-0ubuntu1~20.04_amd64.deb && \ + wget -O "$TEMP_DEB" http://archive.ubuntu.com/ubuntu/pool/universe/d/dwarves-dfsg/dwarves_1.21-0ubuntu1~20.04.1_amd64.deb && \ dpkg -i "$TEMP_DEB" && \ rm -f "$TEMP_DEB"