Skip to content
Snippets Groups Projects
Commit 74d0008f authored by calrama's avatar calrama
Browse files

Update system-wide pip and enable access to private pip instance

parent 07bf0fdf
No related branches found
No related tags found
No related merge requests found
Pipeline #30322 failed
...@@ -105,3 +105,5 @@ RUN apt-get install -y \ ...@@ -105,3 +105,5 @@ RUN apt-get install -y \
ADD agki-nas01.imp.fu-berlin.de-ca-cert.crt /usr/local/share/ca-certificates/agki-nas01.imp.fu-berlin.de-ca-cert.crt ADD agki-nas01.imp.fu-berlin.de-ca-cert.crt /usr/local/share/ca-certificates/agki-nas01.imp.fu-berlin.de-ca-cert.crt
RUN update-ca-certificates RUN update-ca-certificates
COPY pip.conf /etc/
RUN python3 -m pip install --upgrade pip==20.1.1
[global]
extra-index-url = https://agki-nas01.imp.fu-berlin.de:30443/
cert = /etc/ssl/certs/ca-certificates.crt
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment