Skip to content

Commit

Permalink
fix airplay
Browse files Browse the repository at this point in the history
  • Loading branch information
marcelveldt committed Aug 30, 2024
1 parent 083754a commit 406d5e2
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,9 @@ RUN set -x \
# install snapcast from community repo
&& apk add snapcast --repository=https://dl-cdn.alpinelinux.org/alpine/v3.20/community \
# install libnfs from community repo
&& apk add libnfs --repository=https://dl-cdn.alpinelinux.org/alpine/v3.20/community
&& apk add libnfs --repository=https://dl-cdn.alpinelinux.org/alpine/v3.20/community \
# install openssl-dev (needed for airplay)
&& openssl-dev

# Copy widevine client files to container
RUN mkdir -p /usr/local/bin/widevine_cdm
Expand Down
Empty file.
Empty file.

0 comments on commit 406d5e2

Please sign in to comment.