Преглед на файлове

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 \