mirror of
https://github.com/jupyter/docker-stacks.git
synced 2025-10-10 11:32:57 +00:00
Fix #340: Failing openjdk install
This commit is contained in:
@@ -13,7 +13,7 @@ ENV HADOOP_VERSION 2.7
|
||||
# Temporarily add jessie backports to get openjdk 8, but then remove that source
|
||||
RUN echo 'deb http://cdn-fastly.deb.debian.org/debian jessie-backports main' > /etc/apt/sources.list.d/jessie-backports.list && \
|
||||
apt-get -y update && \
|
||||
apt-get install -y --no-install-recommends openjdk-8-jre-headless && \
|
||||
apt-get install --no-install-recommends -t jessie-backports -y openjdk-8-jre-headless ca-certificates-java && \
|
||||
rm /etc/apt/sources.list.d/jessie-backports.list && \
|
||||
apt-get clean && \
|
||||
rm -rf /var/lib/apt/lists/*
|
||||
|
Reference in New Issue
Block a user