File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed
Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change 11FROM debian:bookworm
22
33ENV container=docker \
4+ DATA_SHARE=/usr/share/hassio \
45 DEBIAN_FRONTEND=noninteractive
56
67COPY build /tmp/build
Original file line number Diff line number Diff line change @@ -17,6 +17,7 @@ network-manager \
1717nfs-common \
1818systemd-journal-remote \
1919systemd-resolved \
20+ systemd-timesyncd \
2021udisks2 \
2122wget
2223
@@ -42,6 +43,6 @@ case ${ARCH} in
4243 " armv7l" | " armhf" ) ARCH=" armv7" ;;
4344 " armv6l" ) ARCH=" armv6" ;;
4445esac
45- wget --tries=3 -O /opt/os-agent.deb " https://github.com/home-assistant/os-agent/releases/download/1.6.0 /os-agent_1.6.0_linux_ $ARCH .deb"
46+ wget --tries=3 -O /opt/os-agent.deb " https://github.com/home-assistant/os-agent/releases/download/1.7.2 /os-agent_1.7.2_linux_ $ARCH .deb"
4647wget --tries=3 -O /opt/hassio.deb " https://github.com/home-assistant/supervised-installer/releases/latest/download/homeassistant-supervised.deb"
4748wget --tries=3 -O /opt/hasscn.deb " https://github.com/hasscc/supervised-installer/releases/latest/download/homeassistant-supervised.deb"
You can’t perform that action at this time.
0 commit comments