Compare commits
2 commits
7494ba5d36
...
b4e4b07554
Author | SHA1 | Date | |
---|---|---|---|
b4e4b07554 | |||
b2f9da6a7e |
2 changed files with 3 additions and 2 deletions
|
@ -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 \
|
||||
libicu-dev librsvg2-bin \
|
||||
&& docker-php-ext-configure intl \
|
||||
&& docker-php-ext-install -j$(nproc) intl \
|
||||
&& docker-php-ext-install -j$(nproc) mysqli \
|
||||
|
|
|
@ -31,7 +31,8 @@
|
|||
"/w/resources/lib/*",
|
||||
"/w/resources/src/*",
|
||||
"/w/extensions/*",
|
||||
"/w/skins/*"
|
||||
"/w/skins/*",
|
||||
"favicon.ico"
|
||||
]
|
||||
},
|
||||
"action": {
|
||||
|
|
Loading…
Reference in a new issue