Docker: remove redundant EMSDK_NODE env (#1225)
This commit is contained in:
committed by
GitHub
parent
57539391aa
commit
e411325bff
@@ -62,7 +62,6 @@ COPY --from=stage_build /emsdk /emsdk
|
|||||||
# This will let use tools offered by this image inside other Docker images
|
# This will let use tools offered by this image inside other Docker images
|
||||||
# (sub-stages) or with custom / no entrypoint
|
# (sub-stages) or with custom / no entrypoint
|
||||||
ENV EMSDK=/emsdk \
|
ENV EMSDK=/emsdk \
|
||||||
EMSDK_NODE=/emsdk/node/15.14.0_64bit/bin/node \
|
|
||||||
PATH="/emsdk:/emsdk/upstream/emscripten:/emsdk/upstream/bin:/emsdk/node/15.14.0_64bit/bin:${PATH}"
|
PATH="/emsdk:/emsdk/upstream/emscripten:/emsdk/upstream/bin:/emsdk/node/15.14.0_64bit/bin:${PATH}"
|
||||||
|
|
||||||
# ------------------------------------------------------------------------------
|
# ------------------------------------------------------------------------------
|
||||||
|
|||||||
Reference in New Issue
Block a user