Skip to content

Commit c2b133e

Browse files
committed
docker: add missing emsdk activation step
Signed-off-by: Gerard Marull-Paretas <[email protected]>
1 parent c48343c commit c2b133e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ ENV PATH="/opt/arm-gnu-toolchain/bin:$PATH"
4242
RUN git clone https://github.com/emscripten-core/emsdk.git /opt/emsdk --depth 1 && \
4343
cd /opt/emsdk && \
4444
./emsdk install ${EM_VERSION} && \
45+
./emsdk activate ${EM_VERSION} && \
4546
ln -s /opt/emsdk/node/* /opt/emsdk/node/node
4647

4748
ENV PATH="/opt/emsdk:/opt/emsdk/upstream/emscripten:/opt/emsdk/node/node/bin:$PATH"

0 commit comments

Comments
 (0)