From f32be9efaa8900fec765f477da3467a53efa745d Mon Sep 17 00:00:00 2001 From: master Date: Wed, 31 May 2023 02:27:40 +0000 Subject: [PATCH] Update 'Dockerfile' --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index ac9ff39..5a4f9ea 100644 --- a/Dockerfile +++ b/Dockerfile @@ -18,14 +18,14 @@ RUN route RUN ip address RUN ip route RUN nslookup google.com -RUN RUN apk add --no-cache curl +RUN apk add --no-cache curl RUN curl -IL google.com RUN curl ifconfig.me -RUN strace pip3 install --default-timeout=100 -r requirements.txt +RUN pip3 install --default-timeout=100 -r requirements.txt FROM --platform=$BUILDPLATFORM node:18-alpine AS app-base WORKDIR /app