Skip to content

Commit 5f690d2

Browse files
committed
Remove obsolete packages from Docker image
1 parent 0da528d commit 5f690d2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

+1-1
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 ca-certificates tini 'git>=2.12.0' socat curl bash
23+
RUN apk add --no-cache ca-certificates tini
2424

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

0 commit comments

Comments
 (0)