We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c48343c commit c2b133eCopy full SHA for c2b133e
Dockerfile
@@ -42,6 +42,7 @@ ENV PATH="/opt/arm-gnu-toolchain/bin:$PATH"
42
RUN git clone https://github.com/emscripten-core/emsdk.git /opt/emsdk --depth 1 && \
43
cd /opt/emsdk && \
44
./emsdk install ${EM_VERSION} && \
45
+ ./emsdk activate ${EM_VERSION} && \
46
ln -s /opt/emsdk/node/* /opt/emsdk/node/node
47
48
ENV PATH="/opt/emsdk:/opt/emsdk/upstream/emscripten:/opt/emsdk/node/node/bin:$PATH"
0 commit comments