Adding in ImageMagick and ffmpeg related tools

This commit is contained in:
Scott Idem
2023-11-10 17:29:03 -05:00
parent c897f4b439
commit 3c7fb0afdb
2 changed files with 7 additions and 0 deletions

View File

@@ -5,6 +5,12 @@ LABEL maintainer="Scott Idem <scott.idem@oneskyit.com>"
WORKDIR /srv/aether_api
RUN apt-get update; \
apt-get install -y \
imagemagick ffmpeg \
; \
rm -rf /var/lib/apt/lists/*;
# RUN apt-get update; \
# apt-get install -y \
# poppler-utils \

View File

@@ -63,6 +63,7 @@ ujson
urllib3
uvicorn
uvloop
Wand
watchfiles
watchgod
websockets>=11.0.3