mirror of
https://github.com/whyour/qinglong.git
synced 2025-07-27 14:46:06 +08:00
修复 linux 依赖是否存在判断
This commit is contained in:
parent
3987ef8d97
commit
46443b61b7
|
@ -24,7 +24,6 @@ ENV PNPM_HOME=/root/.local/share/pnpm \
|
|||
QL_BRANCH=${QL_BRANCH}
|
||||
|
||||
RUN set -x \
|
||||
&& sed -i 's/dl-cdn.alpinelinux.org/mirrors.aliyun.com/g' /etc/apk/repositories \
|
||||
&& apk update -f \
|
||||
&& apk upgrade \
|
||||
&& apk --no-cache add -f bash \
|
||||
|
|
Loading…
Reference in New Issue
Block a user