]> git.apps.os.sepia.ceph.com Git - teuthology.git/commitdiff
testnode: Install apache2 and nfs
authorZack Cerza <zack@redhat.com>
Mon, 14 Feb 2022 19:25:11 +0000 (12:25 -0700)
committerZack Cerza <zack@redhat.com>
Mon, 28 Mar 2022 21:29:30 +0000 (15:29 -0600)
Signed-off-by: Zack Cerza <zack@redhat.com>
docs/docker-compose/Dockerfile-testnode

index 7da6b877688031bb70258287f56b7613505e0713..f09ba09dc5838763bab4d6606ae8643f51472e4e 100644 (file)
@@ -6,7 +6,9 @@ RUN apt update && \
         openssh-server \
         hostname \
         curl \
-        python3-pip && \
+        python3-pip \
+        apache2 \
+        nfs-kernel-server && \
     apt clean all
 COPY testnode_start.sh /
 COPY testnode_stop.sh /