Skip to content

Commit 078d005

Browse files
committed
build: drop openssh-client
1 parent 9c67baa commit 078d005

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
@@ -20,7 +20,7 @@ RUN CGO_ENABLED=0 GOOS=linux GOARCH=amd64 GO111MODULE=on go build -a -o source-c
2020

2121
FROM alpine:3.11
2222

23-
RUN apk add --no-cache openssh-client ca-certificates tar tini 'git>=2.12.0' socat curl bash
23+
RUN apk add --no-cache ca-certificates tar tini 'git>=2.12.0' socat curl bash
2424

2525
COPY --from=builder /workspace/source-controller /usr/local/bin/
2626

0 commit comments

Comments
 (0)