mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-30 01:04:59 +00:00
build: Install nodejs and npm packages in Dockerfile
This commit is contained in:
parent
422fd11f4d
commit
ba289f6db4
1 changed files with 2 additions and 0 deletions
|
@ -19,6 +19,8 @@ RUN update-alternatives --install /usr/bin/python3 python3 /usr/bin/python3.11 1
|
||||||
RUN curl -fsSL https://deb.nodesource.com/setup_20.x | bash - && \
|
RUN curl -fsSL https://deb.nodesource.com/setup_20.x | bash - && \
|
||||||
apt-get install -y nodejs && \
|
apt-get install -y nodejs && \
|
||||||
rm -rf /var/lib/apt/lists/* && \
|
rm -rf /var/lib/apt/lists/* && \
|
||||||
|
|
||||||
|
# install these in /npm-install ai!
|
||||||
npm install -g \
|
npm install -g \
|
||||||
jest \
|
jest \
|
||||||
@babel/core@7.25.2 \
|
@babel/core@7.25.2 \
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue