From dd06907fbada6f9d11b8bb3f339f3f40cc781dfd Mon Sep 17 00:00:00 2001 From: master Date: Tue, 30 May 2023 23:27:19 +0000 Subject: [PATCH] Update 'Dockerfile' --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index 04cff99..bf7d739 100644 --- a/Dockerfile +++ b/Dockerfile @@ -8,6 +8,7 @@ ENV http_proxy http://proxy-chain.xxx.com:911/ ENV https_proxy http://proxy-chain.xxx.com:912/ WORKDIR /app COPY requirements.txt . +RUN apk add --no-cache strace RUN strace pip3 install --default-timeout=100 -r requirements.txt FROM --platform=$BUILDPLATFORM node:18-alpine AS app-base