Skip to content

Commit

Permalink
Upgrade NAN to 2.21.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sebi2k1 committed Oct 12, 2024
1 parent c042d62 commit 2984cd8
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 3,215 deletions.
10 changes: 5 additions & 5 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@ USER root
WORKDIR /home/app

RUN apt-get update
RUN apt-get -y install curl gnupg

RUN curl -sL https://deb.nodesource.com/setup_18.x | bash -
RUN apt-get -y install nodejs
RUN apt-get -y install curl gnupg git python3-pip

RUN apt-get install -y gcc g++ make
RUN apt-get install -y can-utils
#RUN apt-get install -y libnode-dev
#RUN apt-get install linux-modules-extra-$(uname -r)
#RUN apt-get install linux-modules-extra-$(uname -r)

RUN curl -sL https://deb.nodesource.com/setup_20.x | bash -
RUN apt-get -y install nodejs
Loading

0 comments on commit 2984cd8

Please sign in to comment.