Remove all obsolete packages from Docker image

This commit is contained in:
Hidde Beydals 2020-06-05 16:52:01 +02:00
parent 9ad75d6e52
commit 9498e7dba4
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@ RUN CGO_ENABLED=0 GOOS=linux GOARCH=amd64 GO111MODULE=on go build -a -o source-c
FROM alpine:3.11 FROM alpine:3.11
RUN apk add --no-cache ca-certificates tini 'git>=2.12.0' socat curl bash RUN apk add --no-cache ca-certificates tini
COPY --from=builder /workspace/source-controller /usr/local/bin/ COPY --from=builder /workspace/source-controller /usr/local/bin/