2
0
mirror of https://github.com/status-im/op-geth.git synced 2025-02-18 09:46:40 +00:00

5 lines
119 B
Docker
Raw Normal View History

FROM golang:latest
ADD . $GOPATH/src/github.com/karalabe/usb
RUN cd $GOPATH/src/github.com/karalabe/usb && go install