From 5bbcc5e05fe943a6bcf1a2c7e975cd8aaebf9840 Mon Sep 17 00:00:00 2001 From: Zack Cerza Date: Wed, 3 Aug 2022 13:25:48 -0600 Subject: [PATCH] containers/testnode: Install pkgs for ceph tests Signed-off-by: Zack Cerza --- containers/testnode/Dockerfile | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/containers/testnode/Dockerfile b/containers/testnode/Dockerfile index be73ebe640..8a68345339 100644 --- a/containers/testnode/Dockerfile +++ b/containers/testnode/Dockerfile @@ -32,12 +32,23 @@ RUN mkdir -p /var/lib/shared/overlay-images /var/lib/shared/overlay-layers /var/ ENV _CONTAINERS_USERNS_CONFIGURED="" RUN dnf -y install \ + /usr/bin/lsb_release \ + which \ sudo \ + openssh-clients \ openssh-server \ hostname \ python3-pip \ httpd \ - systemd && \ + chrony \ + hostname \ + iproute \ + procps \ + udev \ + systemd \ + 'dnf-command(copr)' \ + lvm2 && \ + echo 'OPTIONS="-x"' > /etc/sysconfig/chronyd && \ systemctl enable sshd RUN dnf clean all && \ rm -rf /var/cache /var/log/dnf* /var/log/yum* -- 2.39.5