Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion build/arm64/Dockerfile.build_manager
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,10 @@ RUN curl -fL https://github.com/VirtusLab/coursier-m1/releases/latest/download/c
export PATH="$PATH:/root/.local/share/coursier/bin" && \
./cs install scala:3.3.4 sbt:1.10.2 --install-dir /usr/local/bin

ENV npm_config_build_from_source=true
RUN curl -fsSL https://deb.nodesource.com/setup_16.x | bash - && \
apt-get install -uy nodejs && \
npm install -g @angular/cli@14 && \
npm install -g @angular/cli@20 && \
npm install -g npm-force-resolutions

# Manager unitest
Expand Down
1 change: 1 addition & 0 deletions build/arm64/Dockerfile.build_manager_v3
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ RUN curl -fL https://github.com/VirtusLab/coursier-m1/releases/download/${CS_VER
export PATH="$PATH:/root/.local/share/coursier/bin" && \
./cs install scala:3.3.4 sbt:1.10.2 --install-dir /usr/local/bin

ENV npm_config_build_from_source=true
RUN npm install -g @angular/cli@20 && \
npm install -g npm-force-resolutions

Expand Down