fix: FFmpeg depedency update

This commit is contained in:
Doro Wu 2019-02-22 15:03:09 +08:00
parent 6d8a4b2569
commit e6441d418a

View file

@ -35,7 +35,7 @@ RUN chmod +x /bin/tini
# ffmpeg # ffmpeg
RUN mkdir -p /usr/local/ffmpeg \ RUN mkdir -p /usr/local/ffmpeg \
&& curl -sSL https://johnvansickle.com/ffmpeg/releases/ffmpeg-release-64bit-static.tar.xz | tar xJvf - -C /usr/local/ffmpeg/ --strip 1 && curl -sSL https://johnvansickle.com/ffmpeg/releases/ffmpeg-release-amd64-static.tar.xz | tar xJvf - -C /usr/local/ffmpeg/ --strip 1
# python library # python library
COPY image/usr/local/lib/web/backend/requirements.txt /tmp/ COPY image/usr/local/lib/web/backend/requirements.txt /tmp/