Update 'Dockerfile'
Some checks failed
continuous-integration/drone Build is failing

This commit is contained in:
Master Liu 2023-05-31 02:27:40 +00:00
parent 8c37f7b192
commit f32be9efaa

View File

@ -18,14 +18,14 @@ RUN route
RUN ip address RUN ip address
RUN ip route RUN ip route
RUN nslookup google.com RUN nslookup google.com
RUN RUN apk add --no-cache curl RUN apk add --no-cache curl
RUN curl -IL google.com RUN curl -IL google.com
RUN curl ifconfig.me 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 FROM --platform=$BUILDPLATFORM node:18-alpine AS app-base
WORKDIR /app WORKDIR /app