Update Dockerfile.cpu
This commit is contained in:
@@ -5,7 +5,7 @@ WORKDIR /subgen
|
|||||||
|
|
||||||
# Install required build dependencies
|
# Install required build dependencies
|
||||||
RUN apt-get update && apt-get install -y --no-install-recommends \
|
RUN apt-get update && apt-get install -y --no-install-recommends \
|
||||||
ffmpeg \
|
ffmpeg --fix-missing \
|
||||||
git \
|
git \
|
||||||
&& rm -rf /var/lib/apt/lists/*
|
&& rm -rf /var/lib/apt/lists/*
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user