diff --git a/Dockerfile b/Dockerfile new file mode 100644 index 0000000..95c0ceb --- /dev/null +++ b/Dockerfile @@ -0,0 +1,7 @@ +FROM golang:alpine + +RUN apk update && \ + apk add git --no-cache && \ + go get github.com/whyrusleeping/ipfs-key + +CMD ["ipfs-key"] \ No newline at end of file