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

This reverts commit a27bd28b39.
This commit is contained in:
Brad Warren 2019-03-26 17:39:34 -07:00
parent a27bd28b39
commit 8f20bf397d

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