Skip to content

Commit 0b966cd

Browse files
committed
Use latest xargs
1 parent 89af510 commit 0b966cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ LABEL maintainer="kitconcept GmbH <[email protected]>" \
77
org.opencontainers.image.source="https://github.com/kitconcept/docker-stack-deploy" \
88
org.label-schema.docker.cmd="docker run -rm -v "${PWD}":/github/workspace ghcr.io/kitconcept/docker-stack-deploy"
99

10-
RUN apk add --no-cache openssh-client bash
10+
RUN apk add --no-cache openssh-client findutils bash
1111

1212
COPY scripts/*.sh /
1313

0 commit comments

Comments
 (0)