소스 검색

dockerfile: add ffmpeg as dependency

Sumner Evans 3 년 전
부모
커밋
e99ad76e9c
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      Dockerfile

+ 1 - 0
Dockerfile

@@ -14,6 +14,7 @@ RUN apk add --no-cache \
       py3-phonenumbers \
       py3-prometheus-client \
       # Other dependencies
+      ffmpeg \
       py3-cryptography \
       py3-protobuf \
       py3-sniffio \