From 1304050288bb3231c4908e2f814b10b40d01c8b3 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Tue, 29 Jun 2021 14:38:45 +0200 Subject: [PATCH] Update Dockerfile --- qbittorrent/Dockerfile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/qbittorrent/Dockerfile b/qbittorrent/Dockerfile index 87e0bc625..5c876fd32 100644 --- a/qbittorrent/Dockerfile +++ b/qbittorrent/Dockerfile @@ -9,8 +9,7 @@ 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 - \ + curl https://packages.cloud.google.com/apt/doc/apt-key.gpg | apt-key --keyring /usr/share/keyrings/cloud.google.gpg add - \ ################ # Install apps # ################