Add support for animated GIFs

This does sadly make the container a fair bit bigger...
This commit is contained in:
Jake Howard 2022-09-29 19:12:21 +01:00
parent 8b7e0d134d
commit 8232825a08
Signed by: jake
GPG key ID: 57AFB45680EDD477
3 changed files with 21 additions and 2 deletions

View file

@ -21,7 +21,9 @@ RUN apt-get update --yes --quiet && apt-get install --yes --quiet --no-install-r
build-essential \
libpq-dev \
curl \
git
git \
# wand dependencies
libmagickwand-6.q16-6 libmagickwand-6.q16hdri-6
RUN curl -fsSL https://github.com/aptible/supercronic/releases/download/v0.2.1/supercronic-linux-amd64 -o /usr/local/bin/supercronic && chmod +x /usr/local/bin/supercronic