project start
This commit is contained in:
parent
e96f00f0b0
commit
5f6e2a414d
5 changed files with 38 additions and 0 deletions
13
sender/Dockerfile
Normal file
13
sender/Dockerfile
Normal file
|
@ -0,0 +1,13 @@
|
|||
#pipewire_sender
|
||||
FROM docker.io/alpine:edge
|
||||
RUN apk add --no-cache \
|
||||
pipewire pipewire-alsa pipewire-jack pipewire-pulse \
|
||||
pipewire-echo-cancel pipewire-spa-tools pipewire-zeroconf \
|
||||
pipewire-media-session \
|
||||
pulseaudio-utils \
|
||||
bash
|
||||
|
||||
COPY --chown=1000 ./src/service.sh /service.sh
|
||||
|
||||
USER 1000
|
||||
ENTRYPOINT /service.sh
|
Loading…
Add table
Add a link
Reference in a new issue