fix docker alpine install package redundant link

This commit is contained in:
crazywhalecc 2023-10-15 09:40:04 +08:00 committed by Jerry Ma
parent 8d9cace469
commit a983667b90

View File

@ -59,6 +59,7 @@ RUN apk update; \
apk add --no-cache \
autoconf \
automake \
gettext \
bash \
binutils \
bison \
@ -89,8 +90,7 @@ RUN apk update; \
composer \
pkgconfig \
wget \
xz ; \
ln -s /usr/bin/php82 /usr/bin/php
xz
WORKDIR /app
ADD ./src /app/src