[docker] Use busybox as base image for common tools

This commit is contained in:
Richard Huang 2022-08-28 23:50:57 -07:00
parent d0aa41acd9
commit 089ba62aee
No known key found for this signature in database
GPG key ID: FFDEF81D05C2EC94

View file

@ -8,7 +8,7 @@ COPY . .
RUN go get -d -v ./...
RUN go build -ldflags '-w -extldflags=-static' -o gull
FROM scratch
FROM busybox
WORKDIR /