From 4f4cb26471028ae4db94a9bc4382543dc4e38601 Mon Sep 17 00:00:00 2001 From: Atharva Sharma Date: Fri, 21 Jun 2024 15:24:35 +0530 Subject: [PATCH] fixing ssl issue in docker file Signed-off-by: Atharva Sharma --- docker/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker/Dockerfile b/docker/Dockerfile index a3b882594..dc0ae1d35 100644 --- a/docker/Dockerfile +++ b/docker/Dockerfile @@ -95,7 +95,7 @@ RUN \ python-pip \ rsync && \ yum clean all && \ - pip install supervisor + pip install --trusted-host pypi.python.org --trusted-host pypi.org --trusted-host files.pythonhosted.org supervisor RUN yum update -y && \ yum install -y nc unzip wget which && \