cleaned up paths and fixed gitignore
This commit is contained in:
parent
5f6e2a414d
commit
0544ff7ba1
8 changed files with 29 additions and 2 deletions
13
reciever/Dockerfile
Normal file
13
reciever/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