mirror of
https://github.com/certbot/certbot.git
synced 2026-07-28 08:45:19 +02:00
This reverts commit a27bd28b39.
This commit is contained in:
committed by
Adrien Ferrand
parent
a03e7b95d3
commit
491d6c8f45
@@ -7,9 +7,7 @@ FROM debian:jessie
|
||||
RUN useradd --create-home --home-dir /home/lea --shell /bin/bash --groups sudo --uid 1000 lea
|
||||
|
||||
# Install pip, sudo, and openssl:
|
||||
RUN echo "deb http://deb.debian.org/debian/ jessie main" > /etc/apt/sources.list && \
|
||||
echo "deb http://security.debian.org/ jessie/updates main" >> /etc/apt/sources.list && \
|
||||
apt-get update && \
|
||||
RUN apt-get update && \
|
||||
apt-get -q -y install python-pip sudo openssl && \
|
||||
apt-get clean
|
||||
# Use pipstrap to update to a stable and tested version of pip
|
||||
|
||||
Reference in New Issue
Block a user