mirror of
https://github.com/certbot/certbot.git
synced 2026-06-14 19:20:09 -04:00
Revert "Configure jessie repos in LTS mode during Docker build (#6887)"
This reverts commit a27bd28b39.
This commit is contained in:
parent
a27bd28b39
commit
8f20bf397d
1 changed files with 1 additions and 3 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue