Skip to content

Commit

Permalink
test containers: add systemd to tang image
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
jbtrystram authored and dustymabe committed Dec 4, 2024
1 parent 10c5891 commit b3b8bd7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/containers/tang/Containerfile
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit b3b8bd7

Please sign in to comment.