Skip to content

Commit abb75f2

Browse files
committed
Add npm to Iris task image
1 parent 6a050d0 commit abb75f2

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

lib/iris/Dockerfile.task

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,8 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
2121
git \
2222
build-essential \
2323
lldb \
24+
&& curl -fsSL https://deb.nodesource.com/setup_22.x | bash - \
25+
&& apt-get install -y --no-install-recommends nodejs \
2426
&& rm -rf /var/lib/apt/lists/*
2527

2628
# Install uv from official image.

0 commit comments

Comments
 (0)