From 7808014e91db73fc17aeabee909ffcb15e75349a Mon Sep 17 00:00:00 2001 From: jmw6773 Date: Mon, 12 Feb 2024 23:34:35 +0900 Subject: [PATCH] modified: Dockerfile --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 1700442..ba281c0 100644 --- a/Dockerfile +++ b/Dockerfile @@ -4,7 +4,7 @@ ENV LANG C.UTF-8 ENV DEBIAN_FRONTEND=noninteractive RUN apt-get update && \ - apt-get install --yes --no-install-recommends avahi-utils + apt-get install --yes --no-install-recommends avahi-utils alsa-utils WORKDIR /app