Skip to content
Snippets Groups Projects
Commit 77e8f96b authored by Bruno Michel's avatar Bruno Michel
Browse files

Add imagemagick to docker image, for thumbnails

parent 3a6d412e
Branches
Tags
No related merge requests found
......@@ -22,6 +22,7 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
libicu-dev \
libmozjs185-dev \
openssl \
imagemagick \
&& rm -rf /var/lib/apt/lists/* \
&& mkdir /usr/src/couchdb \
&& curl -fsSL "$COUCHDB_SRC_URL" -o couchdb.tar.gz \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment