Use archive.debian.org for jessie-backports as they got removed from main.

PiperOrigin-RevId: 257466395
This commit is contained in:
Mihai Maruseac 2019-07-10 13:11:17 -07:00 committed by TensorFlower Gardener
parent 17521bcffd
commit fc65d8b83a

View File

@ -5,7 +5,7 @@ LABEL maintainer="Jan Prach <jendap@google.com>"
# Copy and run the install scripts.
COPY install/*.sh /install/
RUN /install/install_bootstrap_deb_packages.sh
RUN echo "deb http://archive.debian.org/debian jessie-backports main" | \
RUN echo "deb [check-valid-until=no] http://archive.debian.org/debian jessie-backports main" | \
tee -a /etc/apt/sources.list
# Workaround bug in Jessie backport repository deb packages
# http://serverfault.com/questions/830636/cannot-install-openjdk-8-jre-headless-on-debian-jessie