Install rsvg for MediaWiki
This commit is contained in:
parent
7494ba5d36
commit
b2f9da6a7e
1 changed files with 1 additions and 1 deletions
|
@ -21,7 +21,7 @@ FROM docker.io/library/unit:php8.2
|
||||||
WORKDIR /var/www/html
|
WORKDIR /var/www/html
|
||||||
|
|
||||||
RUN apt-get update && apt-get install -y \
|
RUN apt-get update && apt-get install -y \
|
||||||
libicu-dev \
|
libicu-dev librsvg2-bin \
|
||||||
&& docker-php-ext-configure intl \
|
&& docker-php-ext-configure intl \
|
||||||
&& docker-php-ext-install -j$(nproc) intl \
|
&& docker-php-ext-install -j$(nproc) intl \
|
||||||
&& docker-php-ext-install -j$(nproc) mysqli \
|
&& docker-php-ext-install -j$(nproc) mysqli \
|
||||||
|
|
Loading…
Reference in a new issue