From f5da0e341cb559680955cb3b6b2c3e6be13d6ec0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tor=20Arne=20Vestb=C3=B8?= Date: Wed, 19 Jun 2019 18:23:29 +0200 Subject: [PATCH] tellstick: Add socat to package dependencies (#24531) Otherwise the tellstick component will fail when used with a remote host running tellcore-net. Fixes #24113 --- virtualization/Docker/scripts/tellstick | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/virtualization/Docker/scripts/tellstick b/virtualization/Docker/scripts/tellstick index c9658d14029..d35e1cac2db 100755 --- a/virtualization/Docker/scripts/tellstick +++ b/virtualization/Docker/scripts/tellstick @@ -6,7 +6,7 @@ set -e PACKAGES=( # homeassistant.components.tellstick - libtelldus-core2 + libtelldus-core2 socat ) # Add Tellstick repository