1
0
mirror of https://github.com/getsops/sops.git synced 2026-02-05 21:45:26 +01:00
Files
sops/Dockerfile
2016-08-24 16:48:56 -07:00

8 lines
147 B
Docker

FROM golang:1.7
COPY . /go/src/go.mozilla.org/sops
WORKDIR /go/src/go.mozilla.org/sops
RUN go get -d -v
RUN go test ./...
RUN go install -v ./...