add php-mbstring
This commit is contained in:
parent
29b65b2598
commit
177849f169
1 changed files with 1 additions and 1 deletions
|
@ -21,7 +21,7 @@ FROM alpine:latest
|
||||||
# |--------------------------------------------------------------------------
|
# |--------------------------------------------------------------------------
|
||||||
RUN apk update && \
|
RUN apk update && \
|
||||||
apk upgrade && \
|
apk upgrade && \
|
||||||
apk add apache2 php8-apache2 php8-mysqli curl && \
|
apk add apache2 php8-apache2 php8-mysqli php8-mbstring curl && \
|
||||||
rm /var/www/localhost/htdocs/ -R
|
rm /var/www/localhost/htdocs/ -R
|
||||||
|
|
||||||
# |--------------------------------------------------------------------------
|
# |--------------------------------------------------------------------------
|
||||||
|
|
Loading…
Reference in a new issue