mirror of
https://github.com/mikefarah/yq.git
synced 2024-12-19 20:19:04 +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
|