fix #60: add ffmpeg package (#66)

This commit is contained in:
Florian Kohrt
2020-06-24 15:26:34 +02:00
committed by GitHub
parent 0c5fa597e8
commit 6bbeb4383d

View File

@@ -23,7 +23,7 @@ RUN cd audiowaveform/build/ && make install
# install other requirements # install other requirements
RUN apk add graphicsmagick ffmpeg-dev ghostscript RUN apk add graphicsmagick ffmpeg ffmpeg-dev ghostscript
# install node package # install node package