forgot '-y' in dockerfile
Some checks failed
Lint / lint (push) Failing after 1m6s

This commit is contained in:
Logan Cusano
2025-10-19 03:20:25 -04:00
parent 7e44768989
commit c189627a31

View File

@@ -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