We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 89af510 commit 0b966cdCopy full SHA for 0b966cd
Dockerfile
@@ -7,7 +7,7 @@ LABEL maintainer="kitconcept GmbH <[email protected]>" \
7
org.opencontainers.image.source="https://github.com/kitconcept/docker-stack-deploy" \
8
org.label-schema.docker.cmd="docker run -rm -v "${PWD}":/github/workspace ghcr.io/kitconcept/docker-stack-deploy"
9
10
-RUN apk add --no-cache openssh-client bash
+RUN apk add --no-cache openssh-client findutils bash
11
12
COPY scripts/*.sh /
13
0 commit comments