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"]