File tree Expand file tree Collapse file tree 1 file changed +21
-2
lines changed
Expand file tree Collapse file tree 1 file changed +21
-2
lines changed Original file line number Diff line number Diff line change @@ -8,10 +8,29 @@ ARG VERSION=v1.8.1
88RUN apk add --no-cache --no-progress \
99 curl \
1010 php84 \
11- php84-phar \
11+ php84-ctype \
12+ php84-curl \
13+ php84-dom \
14+ php84-exif \
15+ php84-fileinfo \
16+ php84-fpm \
17+ php84-gd \
18+ php84-gmp \
1219 php84-iconv \
20+ php84-intl \
1321 php84-mbstring \
14- php84-openssl && \
22+ php84-mysqlnd \
23+ php84-opcache \
24+ php84-pecl-apcu \
25+ php84-openssl \
26+ php84-pdo \
27+ php84-pdo_mysql \
28+ php84-phar \
29+ php84-session \
30+ php84-tokenizer \
31+ php84-xmlwriter \
32+ php84-zip \
33+ php84-zlib && \
1534 ln -sf /usr/bin/php84 /usr/bin/php && \
1635 curl -sS https://getcomposer.org/installer | php -- --install-dir=/usr/local/bin --filename=composer && \
1736 chmod +x /usr/local/bin/composer
You can’t perform that action at this time.
0 commit comments