Skip to content

Commit

Permalink
Docker: remove redundant EMSDK_NODE env (emscripten-core#1225)
Browse files Browse the repository at this point in the history
  • Loading branch information
kleisauke authored and shlomif committed Sep 29, 2023
1 parent 41a6db6 commit e2f87da
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,6 @@ COPY --from=stage_build /emsdk /emsdk
# This will let use tools offered by this image inside other Docker images
# (sub-stages) or with custom / no entrypoint
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}"

# ------------------------------------------------------------------------------
Expand Down

0 comments on commit e2f87da

Please sign in to comment.