core: update base image to Debian Buster
This commit is contained in:
@@ -3,7 +3,8 @@ FROM ${JITSI_REPO}/base
|
||||
|
||||
RUN \
|
||||
mkdir -p /usr/share/man/man1 && \
|
||||
wget -qO - https://adoptopenjdk.jfrog.io/adoptopenjdk/api/gpg/key/public | apt-key add - && \
|
||||
echo "deb https://adoptopenjdk.jfrog.io/adoptopenjdk/deb/ buster main" > /etc/apt/sources.list.d/openjdk.list && \
|
||||
apt-dpkg-wrap apt-get update && \
|
||||
apt-dpkg-wrap apt-get install -y openjdk-8-jre-headless && \
|
||||
apt-dpkg-wrap apt-get install -y adoptopenjdk-8-hotspot-jre && \
|
||||
apt-cleanup
|
||||
|
||||
|
||||
Reference in New Issue
Block a user