Files
docker-volume-backup/test/Dockerfile
2026-03-10 11:14:54 +01:00

17 lines
172 B
Docker

FROM docker:29.2-dind
RUN apk add \
age \
coreutils \
curl \
expect \
gpg \
gpg-agent \
jq \
moreutils \
tar \
zstd \
--no-cache
WORKDIR /code/test