From 87e24aa02f73c553dd66cd705ca2515022bae3a6 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Tue, 29 Jun 2021 14:35:05 +0200 Subject: [PATCH] Update Dockerfile --- qbittorrent/Dockerfile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/qbittorrent/Dockerfile b/qbittorrent/Dockerfile index 4aa3646ad..87e0bc625 100644 --- a/qbittorrent/Dockerfile +++ b/qbittorrent/Dockerfile @@ -9,10 +9,12 @@ ARG TEMPIO_VERSION=2021.01.0 ARG BUILD_ARCH RUN \ + curl https://packages.cloud.google.com/apt/doc/apt-key.gpg \ + && apt-key --keyring /usr/share/keyrings/cloud.google.gpg add - \ ################ # Install apps # ################ - apt-get update \ + && apt-get update \ && apt-get install -y \ apt-transport-https \ jq \