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
|
WORKDIR /srv/aether_api
|
||||||
|
|
||||||
|
RUN apt-get update; \
|
||||||
|
apt-get install -y \
|
||||||
|
imagemagick ffmpeg \
|
||||||
|
; \
|
||||||
|
rm -rf /var/lib/apt/lists/*;
|
||||||
|
|
||||||
# RUN apt-get update; \
|
# RUN apt-get update; \
|
||||||
# apt-get install -y \
|
# apt-get install -y \
|
||||||
# poppler-utils \
|
# poppler-utils \
|
||||||
|
|||||||
@@ -63,6 +63,7 @@ ujson
|
|||||||
urllib3
|
urllib3
|
||||||
uvicorn
|
uvicorn
|
||||||
uvloop
|
uvloop
|
||||||
|
Wand
|
||||||
watchfiles
|
watchfiles
|
||||||
watchgod
|
watchgod
|
||||||
websockets>=11.0.3
|
websockets>=11.0.3
|
||||||
|
|||||||
Reference in New Issue
Block a user