Skip to content

Commit 22f176d

Browse files
committed
Updated dockerfile
1 parent 56e83ce commit 22f176d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

etc/Dockerfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,8 @@ RUN make -j$(nproc)
3434

3535
# Setup runtime container
3636
FROM ${BASE_RUN_CONTAINER} AS runtime
37+
RUN apt-get -y update \
38+
&& apt-get -y install libavcodec libavdevice libavfilter libavutil libswscale libswresample
3739
COPY --from=build --chmod=755 /app/build/whisper /usr/local/bin/whisper
3840
COPY --from=build /app/build/whisper /usr/local/bin/whisper
3941
COPY --chmod=755 etc/entrypoint.sh .

0 commit comments

Comments
 (0)