Added fluent ffmpeg

This commit is contained in:
Alex Tran
2022-02-05 01:33:08 -06:00
parent 55cba8aa5f
commit b6a7d40863
6 changed files with 62 additions and 8 deletions

View File

@@ -15,7 +15,8 @@ RUN apt-get update && apt-get install -y --fix-missing --no-install-recommends \
rsync \
software-properties-common \
unzip \
wget
wget \
ffmpeg
# Install NodeJS
RUN curl --silent --location https://deb.nodesource.com/setup_14.x | bash -
@@ -54,7 +55,8 @@ RUN apt-get update && apt-get install -y --fix-missing --no-install-recommends \
rsync \
software-properties-common \
unzip \
wget
wget \
ffmpeg
# Install NodeJS
RUN curl --silent --location https://deb.nodesource.com/setup_14.x | bash -