mirror of
https://github.com/cedar2025/Xboard.git
synced 2025-01-22 10:38:14 -05:00
chore: 修复docker 环境当中,因为缺少patch导致打patch失败的问题
This commit is contained in:
parent
42d2df07a7
commit
201f230e80
@ -3,7 +3,7 @@ FROM phpswoole/swoole:php8.1-alpine
|
||||
COPY --from=mlocati/php-extension-installer /usr/bin/install-php-extensions /usr/local/bin/
|
||||
|
||||
RUN install-php-extensions pcntl bcmath \
|
||||
&& apk --no-cache add shadow supervisor nginx sqlite nginx-mod-http-brotli mysql-client git \
|
||||
&& apk --no-cache add shadow supervisor nginx sqlite nginx-mod-http-brotli mysql-client git patch \
|
||||
&& addgroup -S -g 1000 www && adduser -S -G www -u 1000 www
|
||||
#复制项目文件以及配置文件
|
||||
WORKDIR /www
|
||||
|
Loading…
Reference in New Issue
Block a user