Update commands to debian apt

This commit is contained in:
Maksim Karasev 2021-08-29 11:19:00 +03:00
parent 5db997a67a
commit 9a7dd154a6
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@ COPY ./ /app
COPY --from=frontend-build /app/packages/web/build /app/packages/server/public
RUN apt update && \
apt install \
apt install -y \
ffmpeg \
python3 \
build-essential \