mirror of
https://github.com/certbot/certbot.git
synced 2026-08-02 19:42:02 +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 && \
|
RUN apt-get update && \
|
||||||
apt-get -q -y install python-pip sudo openssl && \
|
apt-get -q -y install python-pip sudo openssl && \
|
||||||
apt-get clean
|
apt-get clean
|
||||||
|
|
||||||
|
ENV PIP_INDEX_URL https://pypi.python.org/simple
|
||||||
RUN pip install nose
|
RUN pip install nose
|
||||||
|
|
||||||
# Let that user sudo:
|
# 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 && \
|
RUN apt-get update && \
|
||||||
apt-get -q -y install python-pip sudo openssl && \
|
apt-get -q -y install python-pip sudo openssl && \
|
||||||
apt-get clean
|
apt-get clean
|
||||||
|
|
||||||
|
ENV PIP_INDEX_URL https://pypi.python.org/simple
|
||||||
RUN pip install nose
|
RUN pip install nose
|
||||||
|
|
||||||
# Let that user sudo:
|
# Let that user sudo:
|
||||||
|
|||||||
Reference in New Issue
Block a user