Skip to content

Commit

Permalink
feat: add php8x-mbstring to docker image
Browse files Browse the repository at this point in the history
  • Loading branch information
tomasnorre committed Feb 8, 2025
1 parent 99b0bff commit 4447d9e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@ RUN apk --no-cache add php82-cli php83-cli php84-cli \
php82-intl php83-intl php84-intl \
php82-soap php83-soap php84-soap \
php82-xml php83-xml php84-xml \
php82-zip php83-zip php84-zip
php82-zip php83-zip php84-zip \
php82-mbstring php83-mbstring php84-mbstring

RUN apk update && apk upgrade && \
apk add git jq libxml2-dev libzip-dev icu-dev curl && \
Expand Down

0 comments on commit 4447d9e

Please sign in to comment.