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