From: Laszlo Gombos Date: Mon, 2 May 2022 01:22:55 +0000 (+0000) Subject: ci: install sudo for the debian container X-Git-Tag: 057~28 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F1744%2Fhead;p=thirdparty%2Fdracut.git ci: install sudo for the debian container --- diff --git a/test/container/Dockerfile-Debian b/test/container/Dockerfile-Debian index 558725877..70cde4124 100644 --- a/test/container/Dockerfile-Debian +++ b/test/container/Dockerfile-Debian @@ -45,6 +45,7 @@ RUN apt-get update -y -qq && apt-get upgrade -y -qq && DEBIAN_FRONTEND=nonintera shellcheck \ squashfs-tools \ strace \ + sudo \ tcpdump \ vim \ wget \