blob: 5e1be43b32cbcf9e1feff1acecf46e7be1862c81 [file] [log] [blame]
FROM golang:alpine
RUN apk --update add git
WORKDIR /go
RUN go get github.com/ciena/cord-maas-automation
ENTRYPOINT ["/go/bin/cord-maas-automation"]