From c189627a31a8bc881f66807a505545bcd63bea14 Mon Sep 17 00:00:00 2001 From: Logan Cusano Date: Sun, 19 Oct 2025 03:20:25 -0400 Subject: [PATCH] forgot '-y' in dockerfile --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 905ee1e..73cb8a7 100644 --- a/Dockerfile +++ b/Dockerfile @@ -7,7 +7,7 @@ ENV DEBIAN_FRONTEND=noninteractive # Install system dependencies RUN apt-get update && \ apt-get upgrade -y && \ - apt-get install git python3 python3-pip pulseaudio pulseaudio-utils liquidsoap + apt-get install git python3 python3-pip pulseaudio pulseaudio-utils liquidsoap -y # Clone the boatbod op25 repository RUN git clone -b gr310 https://github.com/boatbod/op25 /op25