mirror of
https://github.com/luzifer-docker/pvc-rsync.git
synced 2024-11-09 15:50:01 +00:00
Fix: Add missing curl dep
Signed-off-by: Knut Ahlers <knut@ahlers.me>
This commit is contained in:
parent
adcaf81a74
commit
da333914f8
1 changed files with 1 additions and 0 deletions
|
@ -14,6 +14,7 @@ FROM bash:5
|
||||||
RUN set -ex \
|
RUN set -ex \
|
||||||
&& apk --no-cache add \
|
&& apk --no-cache add \
|
||||||
coreutils \
|
coreutils \
|
||||||
|
curl \
|
||||||
grep \
|
grep \
|
||||||
openssh \
|
openssh \
|
||||||
rsync
|
rsync
|
||||||
|
|
Loading…
Reference in a new issue