1
0
Fork 0
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:
Radek Doulik 2023-05-25 22:00:22 +02:00 committed by GitHub
parent 86ce145893
commit 1a60933529
Signed by: github
GPG key ID: 4AEE18F83AFDEB23

View file

@ -27,9 +27,12 @@ RUN apt-get update && export DEBIAN_FRONTEND=noninteractive \
zlib1g-dev \
ninja-build
# Install V8 Engine
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 \
&& unzip ./v8.zip -d /usr/local/v8 \
&& echo $'#!/usr/bin/env bash\n\