修复 linux 依赖是否存在判断

This commit is contained in:
whyour 2023-07-23 22:11:50 +08:00
parent 3987ef8d97
commit 46443b61b7

View File

@ -24,7 +24,6 @@ ENV PNPM_HOME=/root/.local/share/pnpm \
QL_BRANCH=${QL_BRANCH} QL_BRANCH=${QL_BRANCH}
RUN set -x \ RUN set -x \
&& sed -i 's/dl-cdn.alpinelinux.org/mirrors.aliyun.com/g' /etc/apk/repositories \
&& apk update -f \ && apk update -f \
&& apk upgrade \ && apk upgrade \
&& apk --no-cache add -f bash \ && apk --no-cache add -f bash \