File tree Expand file tree Collapse file tree 1 file changed +0
-15
lines changed
src/windowsservercore/ltsc2022/helix/webassembly/amd64 Expand file tree Collapse file tree 1 file changed +0
-15
lines changed Original file line number Diff line number Diff line change @@ -20,21 +20,6 @@ RUN curl -SL --output %TEMP%\%GIT_INSTALLER% https://github.com/git-for-windows/
2020 && tar -C C:\g it -zxf %TEMP%\% GIT_INSTALLER% \
2121 && setx PATH "%PATH%;C:\g it\c md"
2222
23- # fix certificates for python to be able to download emscripten files
24- RUN certutil -generateSSTFromWU roots.sst && certutil -addstore -f root roots.sst && del roots.sst
25-
26- # Install Emscripten toolchain
27- ENV EMSCRIPTEN_VERSION=3.1.12
28- ENV EMSCRIPTEN_PATH="C:\e mscripten"
29- ENV EMSDK_PATH="C:\e mscripten\e msdk"
30-
31- RUN mkdir %EMSCRIPTEN_PATH% \
32- && cd %EMSCRIPTEN_PATH% \
33- && git clone https://github.com/emscripten-core/emsdk.git %EMSDK_PATH%
34- RUN cd %EMSDK_PATH% \
35- && .\e msdk install %EMSCRIPTEN_VERSION%-upstream \
36- && .\e msdk activate %EMSCRIPTEN_VERSION%-upstream
37-
3823# install Node JS
3924ENV NODE_VERSION 18.17.1
4025
You can’t perform that action at this time.
0 commit comments