Skip to content
This repository has been archived by the owner on Sep 29, 2023. It is now read-only.

Commit

Permalink
Update Dockerfile - new link
Browse files Browse the repository at this point in the history
  • Loading branch information
Aterfax committed Aug 28, 2023
1 parent 0201e41 commit e8d7e3b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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"

Expand Down

0 comments on commit e8d7e3b

Please sign in to comment.