misc: stop using apt-key, it's deprecated

Fixes: https://github.com/jitsi/docker-jitsi-meet/issues/480
This commit is contained in:
Saúl Ibarra Corretgé
2020-12-04 10:31:29 +01:00
parent 5f06c3a1e8
commit 5c44a84eb4
4 changed files with 4 additions and 4 deletions

View File

@@ -15,7 +15,7 @@ RUN \
RUN \
[ "${CHROME_RELEASE}" = "latest" ] \
&& curl -4s https://dl-ssl.google.com/linux/linux_signing_key.pub | apt-key add - \
&& wget -q https://dl-ssl.google.com/linux/linux_signing_key.pub -O /etc/apt/trusted.gpg.d/google.asc \
&& echo "deb [arch=amd64] http://dl.google.com/linux/chrome/deb/ stable main" > /etc/apt/sources.list.d/google-chrome.list \
&& apt-dpkg-wrap apt-get update \
&& apt-dpkg-wrap apt-get install -y google-chrome-stable \