Skip to content

Commit

Permalink
fix: add curl and cmake in Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
pshenmic committed Sep 27, 2024
1 parent ccd2be2 commit 833190b
Showing 1 changed file with 2 additions and 0 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

0 comments on commit 833190b

Please sign in to comment.