Skip to content

Commit 68bd0ad

Browse files
authored
Final build fix
1 parent c665d68 commit 68bd0ad

File tree

1 file changed

+21
-2
lines changed

1 file changed

+21
-2
lines changed

Dockerfile

Lines changed: 21 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,29 @@ ARG VERSION=v1.8.1
88
RUN 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

0 commit comments

Comments
 (0)