Skip to content
This repository was archived by the owner on Nov 30, 2023. It is now read-only.

Commit d3fb398

Browse files
committed
Fix NVM_DIR not in PATH
1 parent c53bf68 commit d3fb398

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

containers/azure-ansible/.devcontainer/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@ ARG INSTALL_AZURE_CLI="true"
2020
ARG INSTALL_DOCKER="true"
2121
ARG INSTALL_NODE="true"
2222
ARG NODE_VERSION="lts/*"
23-
ENV NVM_DIR=/usr/local/share/nvm \
24-
NVM_SYMLINK_CURRENT=true \
23+
ENV NVM_DIR=/usr/local/share/nvm
24+
ENV NVM_SYMLINK_CURRENT=true \
2525
PATH=${NVM_DIR}/current/bin:${PATH}
2626
RUN apt-get update \
2727
&& export DEBIAN_FRONTEND=noninteractive \

0 commit comments

Comments
 (0)