Browse Source

update

pull/1714/head
yhl452493373 5 months ago
parent
commit
cf05bd7b5b
  1. 3
      Dockerfile.dev

3
Dockerfile.dev

@ -8,6 +8,9 @@ RUN corepack enable pnpm
HEALTHCHECK --interval=1m --timeout=5s --retries=3 CMD /usr/bin/timeout 5s /bin/sh -c "/usr/bin/wg show | /bin/grep -q interface || exit 1"
# 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