]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
Ubuntu 24.04 docker image is missing /sbin/ip
authorNick Porter <nick@portercomputing.co.uk>
Thu, 29 Aug 2024 13:00:58 +0000 (14:00 +0100)
committerNick Porter <nick@portercomputing.co.uk>
Thu, 29 Aug 2024 13:00:58 +0000 (14:00 +0100)
Which broke the 389ds setup script

.github/actions/docker-prep/action.yml

index 438b33b25255cc1a448966850af42515735e64f0..ac894e8d334c76f66e7b71fe1192acf50227b123 100644 (file)
@@ -20,6 +20,7 @@ runs:
         sudo apt-get install -y --no-install-recommends \
           ca-certificates \
           curl \
+          iproute2 \
           gawk \
           git \
           git-lfs \