fix pixiv tests, install ffmpeg

This commit is contained in:
Albert Yi
2018-05-09 14:11:34 -07:00
parent 0f2e6a9a1b
commit 59dde72924
2 changed files with 3 additions and 0 deletions

View File

@@ -3,6 +3,7 @@
FROM r888888888/danbooru-base
USER root
RUN apt-get install -y ffmpeg
COPY . /app
RUN chown -R danbooru:danbooru .
USER danbooru