From f79e1963a5fe0716b7c3ea9c0a40b2e6169ca3d5 Mon Sep 17 00:00:00 2001 From: lukylix Date: Fri, 7 Jul 2023 01:12:31 +0200 Subject: [PATCH] Revert Dockerfile --- Dockerfile | 2 -- 1 file changed, 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 3ac7a1a3..7515c0cf 100644 --- a/Dockerfile +++ b/Dockerfile @@ -8,8 +8,6 @@ WORKDIR /app COPY --link package.json pnpm-lock.yaml* ./ SHELL ["/bin/ash", "-xeo", "pipefail", "-c"] -RUN nslookup www.google.com -RUN sed -i 's/https/http/' /etc/apk/repositories RUN apk add --no-cache libc6-compat \ && apk add --no-cache --virtual .gyp python3 make g++ \ && npm install -g pnpm