Skip to content

Commit

Permalink
Missing dependency in Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
DocMarty84 committed Apr 22, 2019
1 parent 856ba15 commit 053a5f6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion extra/docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,8 @@ RUN set -x; \
pip3 install \
mutagen==1.41.1 \
pytaglib==1.4.4 \
num2words==0.5.6
num2words==0.5.6 \
webvtt-py==0.4.2

# Set up user and mount point
RUN set -x; \
Expand Down

0 comments on commit 053a5f6

Please sign in to comment.