mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-09-16 15:21:46 +00:00
Split base/ into base/ and tools/
Signed-off-by: Riyaz Faizullabhoy <riyaz.faizullabhoy@docker.com>
This commit is contained in:
8
tools/go-compile/Dockerfile
Normal file
8
tools/go-compile/Dockerfile
Normal file
@@ -0,0 +1,8 @@
|
||||
FROM golang:1.7-alpine3.5
|
||||
RUN apk update && apk add --no-cache build-base git
|
||||
|
||||
RUN go get -u github.com/golang/lint/golint
|
||||
|
||||
COPY compile.sh /usr/bin/
|
||||
|
||||
ENTRYPOINT ["/usr/bin/compile.sh"]
|
Reference in New Issue
Block a user