Sfoglia il codice sorgente

dockerfile: add ffmpeg as dependency

Sumner Evans 3 anni fa
parent
commit
e99ad76e9c
1 ha cambiato i file con 1 aggiunte e 0 eliminazioni
  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 \