Skip to content

Commit a246050

Browse files
shanemcdclaude
andcommitted
Add shairport-sync for AirPlay audio receiving
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
1 parent e0c2dc1 commit a246050

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

mybox/Containerfile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,7 @@ RUN <<EORUN
9898
virt-manager \
9999
\
100100
`# Kubernetes / containers` \
101+
docker-buildx-plugin \
101102
docker-ce \
102103
k9s \
103104
\
@@ -114,6 +115,7 @@ RUN <<EORUN
114115
etckeeper \
115116
nc \
116117
nfs-utils \
118+
shairport-sync \
117119
tailscale \
118120
tmux \
119121
\
@@ -198,4 +200,5 @@ EOF
198200
# Enable services
199201
systemctl enable cockpit.socket
200202
systemctl enable apcupsd
203+
systemctl enable shairport-sync
201204
EORUN

0 commit comments

Comments
 (0)