增加ghproxy配置,镜像添加wget

This commit is contained in:
hanhh
2021-06-03 23:10:22 +08:00
parent ee4528a8ef
commit b601a3fdbf
4 changed files with 19 additions and 11 deletions
+2 -1
View File
@@ -1,6 +1,6 @@
FROM node:lts-alpine
LABEL maintainer="whyour"
ARG QL_URL=https://ghproxy.com/https://github.com/whyour/qinglong.git
ARG QL_URL=https://github.com/whyour/qinglong.git
ARG QL_BRANCH=master
ENV PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin \
LANG=zh_CN.UTF-8 \
@@ -16,6 +16,7 @@ RUN sed -i 's/dl-cdn.alpinelinux.org/mirrors.aliyun.com/g' /etc/apk/repositories
moreutils \
git \
curl \
wget \
tzdata \
perl \
openssl \