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