Add Dockerfile
This commit is contained in:
parent
e8d4b720f1
commit
2d38139a7b
7
Dockerfile
Normal file
7
Dockerfile
Normal file
|
@ -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"]
|
Loading…
Reference in New Issue
Block a user