From e0d121426ab81faf50c85b70bf886bef8a376561 Mon Sep 17 00:00:00 2001 From: Yuya Ebihara Date: Fri, 24 May 2024 06:43:01 +0900 Subject: [PATCH] Intall certifi with pip --- testing/centos7-oj11/Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/testing/centos7-oj11/Dockerfile b/testing/centos7-oj11/Dockerfile index 80d6d684..31e02335 100644 --- a/testing/centos7-oj11/Dockerfile +++ b/testing/centos7-oj11/Dockerfile @@ -32,6 +32,7 @@ RUN \ # install supervisor yum --enablerepo=extras install -y setuptools epel-release && \ yum install -y python-pip && \ + pip install certifi && \ pip install supervisor && \ \ # install commonly needed packages