diff --git a/apps/home-assistant/Dockerfile b/apps/home-assistant/Dockerfile index 36525decb..e4ad8145a 100644 --- a/apps/home-assistant/Dockerfile +++ b/apps/home-assistant/Dockerfile @@ -24,6 +24,7 @@ WORKDIR /app RUN \ apk add --no-cache \ bash \ + binutils \ bluez \ bluez-deprecated \ bluez-libs \ @@ -34,9 +35,11 @@ RUN \ eudev-libs \ ffmpeg \ git \ + iputils \ jq \ libcap \ - libturbojpeg \ + libjpeg-turbo-dev \ + libpcap-dev \ libstdc++ \ libxslt \ mariadb-connector-c \