Initial commit

This commit is contained in:
2023-02-01 14:29:47 +01:00
commit 88a0749cd4
11 changed files with 281 additions and 0 deletions

View 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