fix Alpine docker install packages

This commit is contained in:
crazywhalecc 2023-09-12 12:43:26 +08:00 committed by Jerry Ma
parent fe2f658e08
commit 5025850f71

View File

@ -64,7 +64,6 @@ RUN apk update; \
bison \
build-base \
cmake \
composer \
curl \
file \
flex \
@ -77,16 +76,20 @@ RUN apk update; \
linux-headers \
m4 \
make \
php81 \
php81-common \
php81-pcntl \
php81-phar \
php81-posix \
php81-tokenizer \
php81-xml \
php82 \
php82-common \
php82-pcntl \
php82-phar \
php82-posix \
php82-tokenizer \
php82-dom \
php82-xml \
php82-xmlwriter \
composer \
pkgconfig \
wget \
xz
RUN ln -s /usr/bin/php82 /usr/bin/php
WORKDIR /app
ADD ./src /app/src
ADD ./composer.json /app/composer.json