From: Nick Porter Date: Thu, 29 Aug 2024 13:00:58 +0000 (+0100) Subject: Ubuntu 24.04 docker image is missing /sbin/ip X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ab252082308acc5d4e5bbb87da53807e70883923;p=thirdparty%2Ffreeradius-server.git Ubuntu 24.04 docker image is missing /sbin/ip Which broke the 389ds setup script --- diff --git a/.github/actions/docker-prep/action.yml b/.github/actions/docker-prep/action.yml index 438b33b2525..ac894e8d334 100644 --- a/.github/actions/docker-prep/action.yml +++ b/.github/actions/docker-prep/action.yml @@ -20,6 +20,7 @@ runs: sudo apt-get install -y --no-install-recommends \ ca-certificates \ curl \ + iproute2 \ gawk \ git \ git-lfs \