Skip to content

Commit a6ccb1a

Browse files
authored
Do not install emscripten anymore (#1089)
1 parent 77d63e1 commit a6ccb1a

File tree

1 file changed

+0
-15
lines changed
  • src/windowsservercore/ltsc2022/helix/webassembly/amd64

1 file changed

+0
-15
lines changed

src/windowsservercore/ltsc2022/helix/webassembly/amd64/Dockerfile

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -20,21 +20,6 @@ RUN curl -SL --output %TEMP%\%GIT_INSTALLER% https://github.com/git-for-windows/
2020
&& tar -C C:\git -zxf %TEMP%\%GIT_INSTALLER% \
2121
&& setx PATH "%PATH%;C:\git\cmd"
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:\emscripten"
29-
ENV EMSDK_PATH="C:\emscripten\emsdk"
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-
&& .\emsdk install %EMSCRIPTEN_VERSION%-upstream \
36-
&& .\emsdk activate %EMSCRIPTEN_VERSION%-upstream
37-
3823
# install Node JS
3924
ENV NODE_VERSION 18.17.1
4025

0 commit comments

Comments
 (0)