This commit is contained in:
Jay 2019-02-21 10:55:33 +08:00
commit 24ee0b7460
2 changed files with 10 additions and 0 deletions

10
Dockerfile Normal file
View File

@ -0,0 +1,10 @@
FROM node:lts
WORKDIR /data
COPY ./ffmpeg.tgz /
RUN apt-get update && \
apt-get full-upgrade -y && \
apt-get install -y unoconv curl imagemagick graphicsmagick curl wget python3 python3-pip qpdf poppler-utils git curl wget && \
apt-get clean && \
mkdir -p /usr/local/bin && \
tar zxvf /ffmpeg.tgz -C /usr/local/bin && \
rm /ffmpeg.tgz

BIN
ffmpeg.tgz Normal file

Binary file not shown.