From 6f0a42d0153cf461e0ad2dde431bc3c878c0e771 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Tue, 29 Jun 2021 15:06:11 +0200 Subject: [PATCH] Update Dockerfile --- qbittorrent/Dockerfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/qbittorrent/Dockerfile b/qbittorrent/Dockerfile index 5c876fd32..c37fa2577 100644 --- a/qbittorrent/Dockerfile +++ b/qbittorrent/Dockerfile @@ -9,7 +9,8 @@ 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 - \ + # Correct some certificates issues + curl https://packages.cloud.google.com/apt/doc/apt-key.gpg | apt-key --keyring /usr/share/keyrings/cloud.google.gpg add - || true \ ################ # Install apps # ################