From: devkontrol Date: Sat, 25 Jul 2026 14:56:04 +0000 (-0400) Subject: ci: install chrony to test the new chrony module X-Git-Tag: 112~30 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=88f8cacfee2ac4d6dfdd4c5eda79d558fffc2799;p=thirdparty%2Fdracut-ng.git ci: install chrony to test the new chrony module Install chrony to test the new chrony module. --- diff --git a/test/container/Dockerfile-debian b/test/container/Dockerfile-debian index c1e7951ea..119022802 100644 --- a/test/container/Dockerfile-debian +++ b/test/container/Dockerfile-debian @@ -37,6 +37,7 @@ RUN case $(dpkg --print-architecture) in \ busybox \ ca-certificates \ cargo \ + chrony \ console-data \ cryptsetup \ curl \ @@ -96,7 +97,6 @@ RUN case $(dpkg --print-architecture) in \ systemd-repart \ systemd-resolved \ systemd-sysv \ - systemd-timesyncd \ systemd-ukify \ tcpdump \ tgt \