Fix bugs and change core container
Some checks failed
Lint / lint (push) Failing after 5s

This commit is contained in:
Logan Cusano
2025-10-19 04:11:17 -04:00
parent d2cd00b165
commit 63b48fb5fa
2 changed files with 3 additions and 8 deletions

View File

@@ -1,5 +1,5 @@
## OP25 Core Container
FROM ubuntu:24.04
FROM python:slim-trixie
# Set environment variables
ENV DEBIAN_FRONTEND=noninteractive
@@ -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 -y
apt-get install git pulseaudio pulseaudio-utils liquidsoap -y
# Clone the boatbod op25 repository
RUN git clone -b gr310 https://github.com/boatbod/op25 /op25