diff --git a/tests/containers/tang/Containerfile b/tests/containers/tang/Containerfile index fb7dfdce00..a4d44e5320 100644 --- a/tests/containers/tang/Containerfile +++ b/tests/containers/tang/Containerfile @@ -1,6 +1,6 @@ FROM registry.fedoraproject.org/fedora-minimal:41 -RUN dnf -y install tang && dnf clean all && rm -rf /var/cache/yum +RUN dnf -y install systemd tang && dnf clean all && rm -rf /var/cache/yum EXPOSE 80 RUN systemctl enable tangd.socket