fix dependencies needed for our apt packages

This commit is contained in:
GlassedSilver
2022-05-01 11:37:39 +02:00
parent 60f2ab449f
commit 39ddefab5c

View File

@@ -41,7 +41,8 @@ RUN apt-get update && apt-get -y install \
npm\
python2 \
python3 \
atomicparsley
atomicparsley && \
apt-get install -f
WORKDIR /app
COPY --from=ffmpeg /usr/local/bin/ffmpeg /usr/local/bin/ffmpeg