mirror of
https://github.com/linuxkit/linuxkit.git
synced 2026-01-30 00:49:21 +00:00
No need to add git to golang:alpine now we have vendored all code
Signed-off-by: Justin Cormack <justin.cormack@docker.com>
This commit is contained in:
@@ -1,7 +1,5 @@
|
||||
FROM golang:alpine
|
||||
|
||||
RUN apk update && apk upgrade && apk add git
|
||||
|
||||
RUN mkdir -p /go/src/mdnstool
|
||||
WORKDIR /go/src/mdnstool
|
||||
|
||||
|
||||
Reference in New Issue
Block a user