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 \