From 2d3624012d94640e1917f465cb868f727c102fe3 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Fri, 30 Jul 2021 22:43:28 +0200 Subject: [PATCH] Update Dockerfile --- qbittorrent/Dockerfile | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/qbittorrent/Dockerfile b/qbittorrent/Dockerfile index 603112b05..76cef28f5 100644 --- a/qbittorrent/Dockerfile +++ b/qbittorrent/Dockerfile @@ -9,12 +9,10 @@ ARG TEMPIO_VERSION=2021.01.0 ARG BUILD_ARCH RUN \ - # 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 # ################ - && apt-get update \ + apt-get update \ && apt-get install -y \ apt-transport-https \ jq \