Compare commits

..

No commits in common. "b4e4b07554dc8be10f989d78221590ee330aa962" and "7494ba5d36e2afd3ea38d2c9938d4d71bbe318af" have entirely different histories.

2 changed files with 2 additions and 3 deletions

View file

@ -21,7 +21,7 @@ FROM docker.io/library/unit:php8.2
WORKDIR /var/www/html
RUN apt-get update && apt-get install -y \
libicu-dev librsvg2-bin \
libicu-dev \
&& docker-php-ext-configure intl \
&& docker-php-ext-install -j$(nproc) intl \
&& docker-php-ext-install -j$(nproc) mysqli \

View file

@ -31,8 +31,7 @@
"/w/resources/lib/*",
"/w/resources/src/*",
"/w/extensions/*",
"/w/skins/*",
"favicon.ico"
"/w/skins/*"
]
},
"action": {