From 9e48128ff92c46e5d420a5f8dd73f102d10208e9 Mon Sep 17 00:00:00 2001 From: James Jones Date: Sun, 1 Oct 2023 10:25:07 -0400 Subject: [PATCH] Adding proxy for pypi --- Dockerfile | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 30e6177..c040b80 100644 --- a/Dockerfile +++ b/Dockerfile @@ -34,4 +34,9 @@ RUN curl -k -s -o - \ bash RUN gem install ffi \ && gem install fpm \ - && chmod +x /usr/bin/rpm-sign-expect \ No newline at end of file + && 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 \ No newline at end of file