k8s-config/images/Dockerfile_gitssh

6 lines
115 B
Plaintext

FROM docker.io/debian:bullseye-slim
RUN apt update -y && \
apt install -y \
git \
openssh-client