7 lines
82 B
Docker
7 lines
82 B
Docker
FROM curlimages/curl:8.6.0
|
|
|
|
USER root
|
|
RUN apk add --no-cache bash
|
|
|
|
USER curl_user
|