From 010f3c6125ace04fdd995f41ca97af4fb7918512 Mon Sep 17 00:00:00 2001 From: fbsanchez Date: Thu, 27 Jan 2022 23:37:20 +0100 Subject: [PATCH] docker image based on rockylinux 8.5 --- tests/Dockerfile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/tests/Dockerfile b/tests/Dockerfile index 16f1a106e3..a039fad837 100644 --- a/tests/Dockerfile +++ b/tests/Dockerfile @@ -1,4 +1,4 @@ -FROM centos:8 +FROM rockylinux:8.5 RUN { \ echo '[artica_pandorafms]'; \ @@ -30,6 +30,8 @@ RUN dnf install -y vim wget bzip2 curl && \ pip3 install unittest2 && \ pip3 install testtools && \ dnf install -y git \ + passwd \ + openssh-server \ httpd \ cronie \ openldap \