From 147c916c5cc6df86b43e90850c0e3cf9058a877f Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Fri, 22 Oct 2021 15:10:23 +0200 Subject: [PATCH] Update Dockerfile --- transmission/Dockerfile | 1 - 1 file changed, 1 deletion(-) diff --git a/transmission/Dockerfile b/transmission/Dockerfile index d0caf88ae..257901035 100644 --- a/transmission/Dockerfile +++ b/transmission/Dockerfile @@ -7,7 +7,6 @@ RUN apk add --no-cache \ curl \ jq \ samba \ - smbclient \ && curl -J -L -o /tmp/bashio.tar.gz \ "https://github.com/hassio-addons/bashio/archive/v0.13.1.tar.gz" \ && mkdir /tmp/bashio \