docker-curl-with-bash/Dockerfile

7 lines
82 B
Docker
Raw Permalink Normal View History

2024-02-04 13:51:05 +01:00
FROM curlimages/curl:8.6.0
2024-02-04 13:53:55 +01:00
USER root
2024-02-04 13:51:05 +01:00
RUN apk add --no-cache bash
2024-02-04 13:53:55 +01:00
USER curl_user