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 \
|
||||
|
||||
Reference in New Issue
Block a user