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