4 lines
46 B
Docker
4 lines
46 B
Docker
FROM alpine:3.23
|
|
|
|
RUN apk add --no-cache curl
|
FROM alpine:3.23
|
|
|
|
RUN apk add --no-cache curl
|