File tree 4 files changed +4
-4
lines changed 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ FROM ${JITSI_REPO}/base
3
3
4
4
RUN \
5
5
mkdir -p /usr/share/man/man1 && \
6
- wget -qO - https://adoptopenjdk.jfrog.io/adoptopenjdk/api/gpg/key/public | apt-key add - && \
6
+ wget -q https://adoptopenjdk.jfrog.io/adoptopenjdk/api/gpg/key/public -O /etc/apt/trusted.gpg.d/openjdk.asc && \
7
7
echo "deb https://adoptopenjdk.jfrog.io/adoptopenjdk/deb/ buster main" > /etc/apt/sources.list.d/openjdk.list && \
8
8
apt-dpkg-wrap apt-get update && \
9
9
apt-dpkg-wrap apt-get install -y adoptopenjdk-8-hotspot-jre && \
Original file line number Diff line number Diff line change 11
11
apt-dpkg-wrap apt-get update && \
12
12
apt-dpkg-wrap apt-get install -y apt-transport-https apt-utils ca-certificates gnupg wget && \
13
13
wget -qO - https://github.com/just-containers/s6-overlay/releases/download/v1.22.1.0/s6-overlay-amd64.tar.gz | tar xfz - -C / && \
14
- wget -qO - https://download.jitsi.org/jitsi-key.gpg.key | apt-key add - && \
14
+ wget -qO - https://download.jitsi.org/jitsi-key.gpg.key -O /etc/apt/trusted.gpg.d/jitsi.asc && \
15
15
wget -q https://github.com/subchen/frep/releases/download/v$FREP_VERSION/frep-$FREP_VERSION-linux-amd64 -O /usr/bin/frep && \
16
16
echo "deb https://download.jitsi.org $JITSI_RELEASE/" > /etc/apt/sources.list.d/jitsi.list && \
17
17
echo "deb http://ftp.debian.org/debian buster-backports main" > /etc/apt/sources.list.d/backports.list && \
Original file line number Diff line number Diff line change 15
15
16
16
RUN \
17
17
[ "${CHROME_RELEASE}" = "latest" ] \
18
- && curl -4s https://dl-ssl.google.com/linux/linux_signing_key.pub | apt-key add - \
18
+ && wget -q https://dl-ssl.google.com/linux/linux_signing_key.pub -O /etc/apt/trusted.gpg.d/google.asc \
19
19
&& echo "deb [arch=amd64] http://dl.google.com/linux/chrome/deb/ stable main" > /etc/apt/sources.list.d/google-chrome.list \
20
20
&& apt-dpkg-wrap apt-get update \
21
21
&& apt-dpkg-wrap apt-get install -y google-chrome-stable \
Original file line number Diff line number Diff line change 19
19
FROM ${JITSI_REPO}/base
20
20
21
21
RUN \
22
- wget -qO - https://prosody.im/files/prosody-debian-packages.key | apt-key add - \
22
+ wget -q https://prosody.im/files/prosody-debian-packages.key -O - | gpg --enarmor > /etc/apt/trusted.gpg.d/prosody.asc \
23
23
&& echo "deb http://packages.prosody.im/debian buster main" > /etc/apt/sources.list.d/prosody.list \
24
24
&& apt-dpkg-wrap apt-get update \
25
25
&& apt-dpkg-wrap apt-get install -y \
You can’t perform that action at this time.
0 commit comments