project start

This commit is contained in:
Ranomier 2021-10-08 16:32:45 +02:00
parent e96f00f0b0
commit 5f6e2a414d
5 changed files with 38 additions and 0 deletions

13
sender/Dockerfile Normal file
View 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