Selaa lähdekoodia

simplifying amixer command

penta 1 viikko sitten
vanhempi
sitoutus
e7b0cfbe4a
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1 1
      Dockerfile

+ 1 - 1
Dockerfile

@@ -2,4 +2,4 @@ FROM registry.fedoraproject.org/fedora:latest
 
 RUN dnf install alsa-utils -y && dnf clean all
 
-ENTRYPOINT ["/bin/sh", "-c", "set -e; amixer set Master 100% unmute; amixer set PCM 100% unmute || true; amixer set Speaker 100% unmute || true"]
+ENTRYPOINT ["/bin/sh", "-c", "set -e; amixer set Master 100% unmute || true"]