k8s-config/images/Dockerfile_curl

6 lines
104 B
Plaintext

FROM docker.io/debian:bullseye-slim
RUN apt update -y && \
apt install -y \
curl \
jq