Skip to content

Commit

Permalink
fixing ssl issue in docker file
Browse files Browse the repository at this point in the history
Signed-off-by: Atharva Sharma <[email protected]>
  • Loading branch information
atharvasharma61 committed Jun 21, 2024
1 parent 1a5325a commit 4f4cb26
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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 && \
Expand Down

0 comments on commit 4f4cb26

Please sign in to comment.