diff --git a/docker/Dockerfile b/docker/Dockerfile index becb33c63..d87dd3348 100644 --- a/docker/Dockerfile +++ b/docker/Dockerfile @@ -2,10 +2,12 @@ FROM node:16-alpine RUN apk add --update --no-cache \ git \ + curl \ libzmq \ zeromq-dev \ python3 \ make \ + cmake \ g++ WORKDIR /insight diff --git a/package-lock.json b/package-lock.json index 1b396c2ab..72ab7c809 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@dashevo/insight-api", - "version": "4.0.7", + "version": "4.0.8", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@dashevo/insight-api", - "version": "4.0.7", + "version": "4.0.8", "license": "MIT", "dependencies": { "@dashevo/dashcore-lib": "^0.22.0", diff --git a/package.json b/package.json index 6dc74129d..3a88897ee 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@dashevo/insight-api", "description": "A Dash blockchain REST and WebSocket API Service", - "version": "4.0.7", + "version": "4.0.8", "repository": "git://github.com/dashevo/insight-api.git", "contributors": [ {