Skip to content

Commit b3b8bd7

Browse files
jbtrystramdustymabe
authored andcommitted
test containers: add systemd to tang image
In the F41 fedora-minimal image, systemctl stopped working. We need to enable tang.service in the container so we need systemd in the container. Adding systemd in the container.
1 parent 10c5891 commit b3b8bd7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/containers/tang/Containerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
FROM registry.fedoraproject.org/fedora-minimal:41
22

3-
RUN dnf -y install tang && dnf clean all && rm -rf /var/cache/yum
3+
RUN dnf -y install systemd tang && dnf clean all && rm -rf /var/cache/yum
44
EXPOSE 80
55

66
RUN systemctl enable tangd.socket

0 commit comments

Comments
 (0)