kaniko/integration/dockerfiles/Dockerfile_test_issue_2049

6 lines
173 B
Plaintext

FROM debian:bullseye-20220328
RUN set -x; \
apt-get update && \
apt-get install -y curl openssh-client gnupg gpg-agent git make && \
rm -rf /var/lib/apt/lists/*