[docker] Use busybox as base image for common tools
This commit is contained in:
parent
d0aa41acd9
commit
089ba62aee
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@ COPY . .
|
|||
RUN go get -d -v ./...
|
||||
RUN go build -ldflags '-w -extldflags=-static' -o gull
|
||||
|
||||
FROM scratch
|
||||
FROM busybox
|
||||
|
||||
WORKDIR /
|
||||
|
||||
|
|
Loading…
Reference in a new issue