mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-03-01 09:03:48 +00:00
4 lines
119 B
Docker
4 lines
119 B
Docker
FROM golang:latest
|
|
|
|
ADD . $GOPATH/src/github.com/karalabe/usb
|
|
RUN cd $GOPATH/src/github.com/karalabe/usb && go install
|