install all required extensions for wordpress
This commit is contained in:
parent
3ca7b73cfc
commit
674b2d5bb8
1 changed files with 2 additions and 1 deletions
|
@ -2,7 +2,8 @@ FROM alpine:3.21.2
|
|||
|
||||
LABEL org.opencontainers.image.authors="alier@student.42mulhouse.fr"
|
||||
|
||||
RUN apk add php84 php84-phar php84-fpm php84-mysqli php84-iconv fcgi curl
|
||||
RUN apk add php84 php84-phar php84-fpm php84-mysqli php84-iconv php84-curl php84-dom php84-exif \
|
||||
php84-fileinfo php84-pecl-imagick php84-mbstring php84-zip php84-gd php84-intl fcgi curl
|
||||
|
||||
RUN ln -s /usr/bin/php84 /usr/bin/php && \
|
||||
curl -O https://raw.githubusercontent.com/wp-cli/builds/gh-pages/phar/wp-cli.phar && \
|
||||
|
|
Loading…
Add table
Reference in a new issue