mirror of
https://github.com/crazywhalecc/static-php-cli.git
synced 2026-03-17 20:34:51 +08:00
fix docker alpine install package redundant link
This commit is contained in:
parent
8d9cace469
commit
a983667b90
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user