Update Dockerfile.cpu

This commit is contained in:
McCloudS
2025-02-03 22:25:38 -07:00
committed by GitHub
parent f0c74b49ec
commit 0704a6e1bb

View File

@@ -5,7 +5,6 @@ WORKDIR /subgen
# Install required build dependencies
RUN apt-get update && apt-get install -y --no-install-recommends \
build-essential \
ffmpeg \
git \
&& rm -rf /var/lib/apt/lists/*