We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 99b0bff commit 4447d9eCopy full SHA for 4447d9e
Docker/Dockerfile
@@ -15,7 +15,8 @@ RUN apk --no-cache add php82-cli php83-cli php84-cli \
15
php82-intl php83-intl php84-intl \
16
php82-soap php83-soap php84-soap \
17
php82-xml php83-xml php84-xml \
18
- php82-zip php83-zip php84-zip
+ php82-zip php83-zip php84-zip \
19
+ php82-mbstring php83-mbstring php84-mbstring
20
21
RUN apk update && apk upgrade && \
22
apk add git jq libxml2-dev libzip-dev icu-dev curl && \
0 commit comments