Skip to content

Commit

Permalink
Merge pull request #107 from dashpay/fix/curl-cmake
Browse files Browse the repository at this point in the history
build: add curl and cmake in Dockerfile
  • Loading branch information
pshenmic authored Sep 27, 2024
2 parents 7057836 + 3672407 commit 72a77a8
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
2 changes: 2 additions & 0 deletions docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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": [
{
Expand Down

0 comments on commit 72a77a8

Please sign in to comment.