Add support for animated GIFs
This does sadly make the container a fair bit bigger...
This commit is contained in:
parent
8b7e0d134d
commit
8232825a08
3 changed files with 21 additions and 2 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue