Skip to content

Commit

Permalink
chor(docker): benchmark - upgrade to Node 21 (#11)
Browse files Browse the repository at this point in the history
  • Loading branch information
zacharya19 authored Apr 18, 2024
1 parent f782cc0 commit 046f655
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions benchmark-dev.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ COPY ./install_docker.sh /tmp/
RUN /tmp/install_docker.sh

# Install Node.js
RUN apt-get install -y nodejs npm && \
npm install -g npm
RUN curl -fsSL https://deb.nodesource.com/setup_21.x | bash - && \
apt-get install -y nodejs

# Install dependencies (if needed)
RUN apt-get install -y build-essential autoconf automake libpcre3-dev libevent-dev pkg-config zlib1g-dev git &&\
Expand Down

0 comments on commit 046f655

Please sign in to comment.