dvandal / cryptonote-nodejs-pool

Mining pool for all CryptoNote based coins using Cryptonight, Cryptonight Light and Cryptonight Heavy algorithms
GNU General Public License v2.0
364 stars 610 forks source link

```docker build https://github.com/dvandal/cryptonote-nodejs-pool.git``` long wait until failure #659

Closed dodois closed 3 years ago

dodois commented 3 years ago
root@VM-0-15-ubuntu:~# docker build https://github.com/dvandal/cryptonote-nodejs-pool.git
Sending build context to Docker daemon  1.854MB
Step 1/12 : FROM node:8-slim
 ---> d1d44f55de00
Step 2/12 : RUN apt-get update   && DEBIAN_FRONTEND=noninteractive apt-get install -y nodejs git libboost-all-dev libssl-dev make gcc g++ libsodium-dev  && rm -rf /var/lib/apt/lists/*
 ---> Using cache
 ---> fd92c92620ac
Step 3/12 : ADD . /pool/
 ---> daa93a57c102
Step 4/12 : WORKDIR /pool/
 ---> Running in f442bbe17172
Removing intermediate container f442bbe17172
 ---> 573b438e56c2
Step 5/12 : RUN npm update
 ---> Running in 1e1b2e87fdfe
npm WARN deprecated nodemailer@2.7.2: All versions below 4.0.1 of Nodemailer are deprecated. See https://nodemailer.com/status/
dodois commented 3 years ago

Multiple attempts were unsuccessful