]> git.apps.os.sepia.ceph.com Git - teuthology.git/commitdiff
Dockerfile-testnode: Install Python packages
authorZack Cerza <zack@redhat.com>
Tue, 25 Jan 2022 19:04:15 +0000 (12:04 -0700)
committerZack Cerza <zack@redhat.com>
Mon, 28 Mar 2022 21:28:37 +0000 (15:28 -0600)
These are needed by ansible

Signed-off-by: Zack Cerza <zack@redhat.com>
docs/docker-compose/Dockerfile-testnode

index 0752e1864345536224af75f44af121ba91d87958..c83e7517d77c789cb318f6977609bd6c0a213289 100644 (file)
@@ -4,6 +4,8 @@ RUN dnf -y update && \
         openssh-server \
         hostname \
         curl \
+        python3-pip \
+        python3-libselinux \
         redhat-lsb-core && \
     dnf clean all
 COPY testnode.sh /
@@ -21,4 +23,4 @@ RUN \
     chmod 700 /home/ubuntu/.ssh && \
     chown -R ubuntu /home/ubuntu
 EXPOSE 22
-ENTRYPOINT /testnode.sh
+ENTRYPOINT /testnode.sh
\ No newline at end of file