Adding in ImageMagick and ffmpeg related tools
This commit is contained in:
@@ -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 \
|
||||
|
||||
@@ -63,6 +63,7 @@ ujson
|
||||
urllib3
|
||||
uvicorn
|
||||
uvloop
|
||||
Wand
|
||||
watchfiles
|
||||
watchgod
|
||||
websockets>=11.0.3
|
||||
|
||||
Reference in New Issue
Block a user