Update 'Dockerfile'
This commit is contained in:
parent
687afd20d3
commit
4bcc9c435b
@ -18,12 +18,13 @@ 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 curl -IL google.com
|
RUN curl -IL google.com
|
||||||
RUN curl ifconfig.me
|
RUN curl ifconfig.me
|
||||||
|
|
||||||
|
|
||||||
RUN apk update
|
|
||||||
RUN apk add --no-cache strace
|
|
||||||
RUN strace pip3 install --default-timeout=100 -r requirements.txt
|
RUN strace 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
|
||||||
|
Loading…
Reference in New Issue
Block a user