Skip to content

Commit

Permalink
Attemtp to pickup proper node version
Browse files Browse the repository at this point in the history
  • Loading branch information
akolotov committed Sep 30, 2024
1 parent 405f791 commit 7e10d43
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ RUN apt-get update \
&& if [ "$NODE_VERSION" != "none" ]; then \
curl -sSL ${NODE_SCRIPT_SOURCE} -o /tmp/node-setup.sh \
&& ([ "${NODE_SCRIPT_SHA}" = "dev-mode" ] || (echo "${NODE_SCRIPT_SHA} */tmp/node-setup.sh" | sha256sum -c -)) \
&& /bin/bash /tmp/node-setup.sh "${NVM_DIR}" "${NODE_VERSION}" "${USERNAME}" \
&& /bin/bash /tmp/node-setup.sh "${NVM_DIR}" ${NODE_VERSION} "${USERNAME}" \
&& npm install -g cspell@latest; \
fi \
#
Expand Down

0 comments on commit 7e10d43

Please sign in to comment.