Skip to content

Commit

Permalink
Create Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
88plug authored Feb 26, 2021
1 parent 458b8dc commit 1bf4507
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
FROM debian:buster
RUN apt-get update ; apt-get install -yqq build-essential curl unzip
RUN curl -L https://github.com/storj/storj/releases/latest/download/identity_linux_amd64.zip -o identity_linux_amd64.zip ; unzip -o identity_linux_amd64.zip ; chmod +x identity ; mv identity /usr/local/bin/identity ; identity create storagenode
RUN identity authorize storagenode [email protected]:xxx

0 comments on commit 1bf4507

Please sign in to comment.