Skip to content

Commit 72a77a8

Browse files
authored
Merge pull request #107 from dashpay/fix/curl-cmake
build: add curl and cmake in Dockerfile
2 parents 7057836 + 3672407 commit 72a77a8

3 files changed

Lines changed: 5 additions & 3 deletions

File tree

docker/Dockerfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,12 @@ FROM node:16-alpine
22

33
RUN apk add --update --no-cache \
44
git \
5+
curl \
56
libzmq \
67
zeromq-dev \
78
python3 \
89
make \
10+
cmake \
911
g++
1012

1113
WORKDIR /insight

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@dashevo/insight-api",
33
"description": "A Dash blockchain REST and WebSocket API Service",
4-
"version": "4.0.7",
4+
"version": "4.0.8",
55
"repository": "git://github.com/dashevo/insight-api.git",
66
"contributors": [
77
{

0 commit comments

Comments
 (0)