Skip to content
This repository has been archived by the owner on Oct 27, 2021. It is now read-only.

Commit

Permalink
- Define versions in npm install, added "secp256k1" and "keccak"
Browse files Browse the repository at this point in the history
  • Loading branch information
mikhail-denisov-gelato committed Feb 18, 2020
1 parent 3ef7897 commit 7c01d26
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FROM node:10.17.0-jessie

RUN npm -g config set user root
RUN npm -g install scrypt eccrypto
RUN npm -g install [email protected] scrypt@6.0 eccrypto@1.1 [email protected]

ENV NODE_PATH /usr/local/lib/node_modules

Expand Down

0 comments on commit 7c01d26

Please sign in to comment.