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

Commit 7c01d26

Browse files
- Define versions in npm install, added "secp256k1" and "keccak"
1 parent 3ef7897 commit 7c01d26

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
FROM node:10.17.0-jessie
22

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

66
ENV NODE_PATH /usr/local/lib/node_modules
77

0 commit comments

Comments
 (0)