Revert "Configure jessie repos in LTS mode during Docker build (#6887)" (#6889)

This reverts commit a27bd28b39.
This commit is contained in:
Brad Warren
2019-03-27 07:27:06 +01:00
committed by Adrien Ferrand
parent a03e7b95d3
commit 491d6c8f45
+1 -3
View File
@@ -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