Skip to content

Commit

Permalink
Fix several HASS issues (#1065)
Browse files Browse the repository at this point in the history
* Fix hass library finding (libpcap and libturbojpeg)

Context:
#1063

* Fix hass non-root ping (needed by icmp component to function properly after 2024.3.0)
  • Loading branch information
H3mul committed Jul 18, 2024
1 parent de2b6e8 commit 472f527
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion apps/home-assistant/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ WORKDIR /app
RUN \
apk add --no-cache \
bash \
binutils \
bluez \
bluez-deprecated \
bluez-libs \
Expand All @@ -34,9 +35,11 @@ RUN \
eudev-libs \
ffmpeg \
git \
iputils \
jq \
libcap \
libturbojpeg \
libjpeg-turbo-dev \
libpcap-dev \
libstdc++ \
libxslt \
mariadb-connector-c \
Expand Down

0 comments on commit 472f527

Please sign in to comment.