mirror of
https://github.com/nextcloud/docker.git
synced 2025-04-21 11:06:09 +02:00
added missing dependency for SVG files
Signed-off-by: Louis Vallat <louis@louis-vallat.xyz>
This commit is contained in:
parent
59391c541b
commit
3df100f24b
1 changed files with 1 additions and 0 deletions
|
@ -85,6 +85,7 @@ RUN set -ex; \
|
||||||
| xargs -rt apt-mark manual; \
|
| xargs -rt apt-mark manual; \
|
||||||
\
|
\
|
||||||
apt-get purge -y --auto-remove -o APT::AutoRemove::RecommendsImportant=false; \
|
apt-get purge -y --auto-remove -o APT::AutoRemove::RecommendsImportant=false; \
|
||||||
|
apt-get install -y --no-install-recommends libmagickcore-6.q16-6-extra; \
|
||||||
rm -rf /var/lib/apt/lists/*
|
rm -rf /var/lib/apt/lists/*
|
||||||
|
|
||||||
# set recommended PHP.ini settings
|
# set recommended PHP.ini settings
|
||||||
|
|
Loading…
Add table
Reference in a new issue