File tree Expand file tree Collapse file tree 2 files changed +1
-2
lines changed Expand file tree Collapse file tree 2 files changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -63,7 +63,7 @@ COPY --from=stage_build /emsdk /emsdk
63
63
# using `--entrypoint /bin/bash` in CLI).
64
64
# This corresponds to the env variables set during: `source ./emsdk_env.sh`
65
65
ENV EMSDK=/emsdk \
66
- PATH="/emsdk:/emsdk/upstream/emscripten:/emsdk/upstream/bin:/emsdk/ node/15.14.0_64bit/bin:${PATH}"
66
+ PATH="/emsdk:/emsdk/upstream/emscripten:/emsdk/node/15.14.0_64bit/bin:${PATH}"
67
67
68
68
# ------------------------------------------------------------------------------
69
69
# Create a 'standard` 1000:1000 user
Original file line number Diff line number Diff line change @@ -5,7 +5,6 @@ if [ $EUID -eq 0 ]; then
5
5
sudo -u nobody ` which emcc` --version
6
6
fi
7
7
8
- which llvm-ar
9
8
which emsdk
10
9
node --version
11
10
npm --version
You can’t perform that action at this time.
0 commit comments