Skip to content

Instantly share code, notes, and snippets.

@guillemcordoba
Last active June 2, 2018 21:46
Show Gist options
  • Save guillemcordoba/66b19dcfaba044ff0b31ad09d055f307 to your computer and use it in GitHub Desktop.
Save guillemcordoba/66b19dcfaba044ff0b31ad09d055f307 to your computer and use it in GitHub Desktop.
FROM ubuntu:18.04
RUN apt-get update
RUN apt-get install golang-go -y
RUN wget https://dist.ipfs.io/go-ipfs/v0.4.10/go-ipfs_v0.4.10_linux-386.tar.gz
RUN tar xvfz go-ipfs_v0.4.10_linux-386.tar.gz
RUN sh go-ipfs/install.sh
RUN go get -d -v github.com/holochain/holochain-proto
RUN cd $GOPATH/src/github.com/holochain/holochain-proto
RUN make
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment