Skip to content

Commit 5f68164

Browse files
committed
fix ffmpeg install
1 parent 2d53f44 commit 5f68164

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile.tmpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -460,7 +460,7 @@ RUN pip install bleach \
460460
feather-format \
461461
fastai
462462
RUN python -m spacy download en_core_web_sm && python -m spacy download en_core_web_lg && \
463-
apt-get install -y ffmpeg && \
463+
apt-get update && apt-get install -y ffmpeg && \
464464
/tmp/clean-layer.sh
465465

466466
###########

0 commit comments

Comments
 (0)