mirror of
https://github.com/VSadov/Satori.git
synced 2025-06-09 17:44:48 +09:00
[wasm] Install latest LTS npm/node for codespaces (#86767)
* [wasm] Install latest LTS npm/node for codespaces * Fix docker build
This commit is contained in:
parent
86ce145893
commit
1a60933529
1 changed files with 4 additions and 1 deletions
|
@ -27,9 +27,12 @@ RUN apt-get update && export DEBIAN_FRONTEND=noninteractive \
|
||||||
zlib1g-dev \
|
zlib1g-dev \
|
||||||
ninja-build
|
ninja-build
|
||||||
|
|
||||||
# Install V8 Engine
|
|
||||||
SHELL ["/bin/bash", "-c"]
|
SHELL ["/bin/bash", "-c"]
|
||||||
|
|
||||||
|
# Install LTS npm and node
|
||||||
|
RUN source /usr/local/share/nvm/nvm.sh && nvm install --lts
|
||||||
|
|
||||||
|
# Install V8 Engine
|
||||||
RUN curl -sSL "https://netcorenativeassets.blob.core.windows.net/resource-packages/external/linux/chromium-v8/v8-linux64-rel-8.5.183.zip" -o ./v8.zip \
|
RUN curl -sSL "https://netcorenativeassets.blob.core.windows.net/resource-packages/external/linux/chromium-v8/v8-linux64-rel-8.5.183.zip" -o ./v8.zip \
|
||||||
&& unzip ./v8.zip -d /usr/local/v8 \
|
&& unzip ./v8.zip -d /usr/local/v8 \
|
||||||
&& echo $'#!/usr/bin/env bash\n\
|
&& echo $'#!/usr/bin/env bash\n\
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue