Skip to content

Commit 4447d9e

Browse files
committed
feat: add php8x-mbstring to docker image
1 parent 99b0bff commit 4447d9e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Docker/Dockerfile

+2-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,8 @@ RUN apk --no-cache add php82-cli php83-cli php84-cli \
1515
php82-intl php83-intl php84-intl \
1616
php82-soap php83-soap php84-soap \
1717
php82-xml php83-xml php84-xml \
18-
php82-zip php83-zip php84-zip
18+
php82-zip php83-zip php84-zip \
19+
php82-mbstring php83-mbstring php84-mbstring
1920

2021
RUN apk update && apk upgrade && \
2122
apk add git jq libxml2-dev libzip-dev icu-dev curl && \

0 commit comments

Comments
 (0)