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