mirror of
https://github.com/mikefarah/yq.git
synced 2025-01-13 11:55:38 +00:00
10 lines
140 B
Docker
10 lines
140 B
Docker
|
FROM golang:1.7
|
||
|
|
||
|
COPY scripts/devtools.sh /opt/devtools.sh
|
||
|
|
||
|
RUN set -e -x \
|
||
|
&& /opt/devtools.sh
|
||
|
|
||
|
ENV CGO_ENABLED 0
|
||
|
ENV GOPATH /go:/yaml
|