mirror of
https://github.com/certbot/certbot.git
synced 2026-07-27 08:09:10 +02:00
Forcing pip to use https on older docker images (#5214)
This commit is contained in:
@@ -10,6 +10,8 @@ RUN useradd --create-home --home-dir /home/lea --shell /bin/bash --groups sudo -
|
||||
RUN apt-get update && \
|
||||
apt-get -q -y install python-pip sudo openssl && \
|
||||
apt-get clean
|
||||
|
||||
ENV PIP_INDEX_URL https://pypi.python.org/simple
|
||||
RUN pip install nose
|
||||
|
||||
# Let that user sudo:
|
||||
|
||||
@@ -10,6 +10,8 @@ RUN useradd --create-home --home-dir /home/lea --shell /bin/bash --groups sudo -
|
||||
RUN apt-get update && \
|
||||
apt-get -q -y install python-pip sudo openssl && \
|
||||
apt-get clean
|
||||
|
||||
ENV PIP_INDEX_URL https://pypi.python.org/simple
|
||||
RUN pip install nose
|
||||
|
||||
# Let that user sudo:
|
||||
|
||||
Reference in New Issue
Block a user