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 9c67baa commit 078d005Copy full SHA for 078d005
Dockerfile
@@ -20,7 +20,7 @@ RUN CGO_ENABLED=0 GOOS=linux GOARCH=amd64 GO111MODULE=on go build -a -o source-c
20
21
FROM alpine:3.11
22
23
-RUN apk add --no-cache openssh-client ca-certificates tar tini 'git>=2.12.0' socat curl bash
+RUN apk add --no-cache ca-certificates tar tini 'git>=2.12.0' socat curl bash
24
25
COPY --from=builder /workspace/source-controller /usr/local/bin/
26
0 commit comments