Merge 4b5d954ec5
into a083da5efd
This commit is contained in:
commit
dfc63c1f08
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