docker-volume-backup/test/Dockerfile

15 lines
151 B
Docker
Raw Normal View History

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