修复 linux 依赖是否存在判断

This commit is contained in:
whyour 2023-07-23 22:11:50 +08:00
parent 89164a3bd2
commit 760711df13

View File

@ -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 \