Browse Source

Make docker build fast

pull/1626/head
yhl452493373 3 months ago
parent
commit
4e554b11b0
  1. 3
      Dockerfile

3
Dockerfile

@ -27,6 +27,9 @@ COPY --from=build_node_modules /node_modules /node_modules
COPY --from=build_node_modules /app/wgpw.sh /bin/wgpw
RUN chmod +x /bin/wgpw
# Use Tencent Mirrors
RUN sed -i 's/dl-cdn.alpinelinux.org/mirrors.cloud.tencent.com/g' /etc/apk/repositories
# Install Linux packages
RUN apk add --no-cache \
dpkg \

Loading…
Cancel
Save