fixed dockerfile (missing jq)

This commit is contained in:
kolaente 2018-02-23 13:04:13 +01:00
parent f00d1f3579
commit 041546648a
Signed by: konrad
GPG Key ID: F40E70337AB24C9B
1 changed files with 1 additions and 3 deletions

View File

@ -9,11 +9,9 @@ mkdir -p /var/videoconversion/config
# Add the actual script
COPY convert.sh /var/videoconversion/
COPY jq /var/videoconversion/
COPY video_formats.json /var/videoconversion/config/
RUN chmod +x /var/videoconversion/convert.sh && \
chmod +x /var/videoconversion/jq
RUN chmod +x /var/videoconversion/convert.sh
# Volumes
VOLUME /var/videos