4 lines
56 B
Docker
4 lines
56 B
Docker
|
FROM curlimages/curl:8.6.0
|
||
|
|
||
|
RUN apk add --no-cache bash
|