Skip to content

Commit 7df792f

Browse files
committed
🦸‍ Home Assistant Supervised in Docker
1 parent 231d3f4 commit 7df792f

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
FROM debian:bookworm
22

33
ENV container=docker \
4+
DATA_SHARE=/usr/share/hassio \
45
DEBIAN_FRONTEND=noninteractive
56

67
COPY build /tmp/build

build/scripts/10-hassio-apt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ network-manager \
1717
nfs-common \
1818
systemd-journal-remote \
1919
systemd-resolved \
20+
systemd-timesyncd \
2021
udisks2 \
2122
wget
2223

@@ -42,6 +43,6 @@ case ${ARCH} in
4243
"armv7l" | "armhf") ARCH="armv7" ;;
4344
"armv6l") ARCH="armv6" ;;
4445
esac
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"
4647
wget --tries=3 -O /opt/hassio.deb "https://github.com/home-assistant/supervised-installer/releases/latest/download/homeassistant-supervised.deb"
4748
wget --tries=3 -O /opt/hasscn.deb "https://github.com/hasscc/supervised-installer/releases/latest/download/homeassistant-supervised.deb"

0 commit comments

Comments
 (0)