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