From 4224d08eee1cc3e7d77e7c16661bc96131b1e6ee Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Sun, 9 Jan 2022 15:25:41 +0100 Subject: [PATCH] Update Dockerfile --- qbittorrent/Dockerfile | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/qbittorrent/Dockerfile b/qbittorrent/Dockerfile index 5c6dabbc5..8ac5ec7f9 100644 --- a/qbittorrent/Dockerfile +++ b/qbittorrent/Dockerfile @@ -55,15 +55,7 @@ RUN \ COPY rootfs/ / # Manual apps -ENV PACKAGES="jq \ - curl \ - cifs-utils \ - keyutils \ - samba \ - smbclient \ - nginx \ - coreutils \ - openvpn" +ENV PACKAGES="" # Automatic apps & bashio RUN if ! command -v bash >/dev/null 2>/dev/null; then (apt-get update && apt-get install -yqq --no-install-recommends bash || apk add --no-cache bash); fi && \