mirror of
https://github.com/offen/docker-volume-backup.git
synced 2024-11-10 00:30:29 +01:00
14 lines
137 B
Docker
14 lines
137 B
Docker
FROM docker:26-dind
|
|
|
|
RUN apk add \
|
|
coreutils \
|
|
curl \
|
|
gpg \
|
|
jq \
|
|
moreutils \
|
|
tar \
|
|
zstd \
|
|
--no-cache
|
|
|
|
WORKDIR /code/test
|