docker-volume-backup/test/Dockerfile

16 lines
170 B
Docker

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