airshipctl/Dockerfile
2019-05-07 10:07:54 -05:00

8 lines
102 B
Docker

FROM golang:1.12
COPY . /go/airshipctl
WORKDIR /go/airshipctl
CMD go install && airshipctl version