mirror of
https://github.com/crazywhalecc/static-php-cli.git
synced 2026-03-18 12:54:52 +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 \
|
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
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user