Przeglądaj źródła

Mise à jour de 'Dockerfile'

penta 2 tygodni temu
rodzic
commit
b5866c9fe0
1 zmienionych plików z 1 dodań i 1 usunięć
  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 || true"]
+ENTRYPOINT ["/bin/sh", "-c", "set -e; amixer -c 1 set Master 100% unmute || true"]