]> git.ipfire.org Git - thirdparty/dracut.git/commitdiff
ci: install sudo for the debian container 1744/head
authorLaszlo Gombos <laszlo.gombos@gmail.com>
Mon, 2 May 2022 01:22:55 +0000 (01:22 +0000)
committerJóhann B. Guðmundsson <johannbg@gmail.com>
Mon, 2 May 2022 05:46:10 +0000 (05:46 +0000)
test/container/Dockerfile-Debian

index 5587258778d5ac5a28f7671fca5cd9c39a1cc341..70cde412475dc10099956b01b4e3d2cace692322 100644 (file)
@@ -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 \