Adding proxy for pypi

This commit is contained in:
James Jones
2023-10-01 10:25:07 -04:00
parent 02b8bda26d
commit 9e48128ff9

View File

@@ -35,3 +35,8 @@ RUN curl -k -s -o - \
RUN gem install ffi \ RUN gem install ffi \
&& gem install fpm \ && gem install fpm \
&& chmod +x /usr/bin/rpm-sign-expect && chmod +x /usr/bin/rpm-sign-expect
# Setting up Pypi to use proxy
RUN curl -k -s -o - \
https://nexus.jamesjonesconsulting.com/repository/package-config/pypi/python3-pypi-repos.sh |\
bash