Initial commit
This commit is contained in:
27
musescore-psock-build/Dockerfile
Normal file
27
musescore-psock-build/Dockerfile
Normal file
@@ -0,0 +1,27 @@
|
||||
# syntax=docker/dockerfile:1.4
|
||||
FROM archlinux
|
||||
|
||||
|
||||
RUN pacman -Sy \
|
||||
&& pacman --noconfirm -S xterm alsa-utils alsa-plugins libpulse
|
||||
ENV PULSE_SERVER unix:/tmp/psock/pulseaudio.socket
|
||||
COPY <<EOF /root/.asoundrc
|
||||
pcm.!default {
|
||||
type pulse
|
||||
fallback "sysdefault"
|
||||
hint {
|
||||
show on
|
||||
description "Default ALSA output (currently PulseAudio Sound Server)"
|
||||
}
|
||||
}
|
||||
ctl.!default {
|
||||
type pulse
|
||||
fallback "sysdefault"
|
||||
}
|
||||
EOF
|
||||
|
||||
|
||||
RUN pacman -Sy\
|
||||
&& pacman --noconfirm -S community/musescore
|
||||
|
||||
CMD mscore
|
||||
Reference in New Issue
Block a user