This commit is contained in:
parent
7a0cd18f7a
commit
cc0c5f4538
|
@ -1,7 +1,8 @@
|
|||
# build stage
|
||||
FROM golang:1.10.2-alpine3.7 AS build-env
|
||||
RUN apk --no-cache add git
|
||||
RUN go get p83.nl/go/wiki/...
|
||||
RUN go get -u p83.nl/go/wiki/...
|
||||
RUN go test p83.nl/go/wiki/...
|
||||
|
||||
# final stage
|
||||
FROM alpine
|
||||
|
|
Loading…
Reference in New Issue
Block a user