diff --git a/Dockerfile b/Dockerfile index 117053a..ee22816 100644 --- a/Dockerfile +++ b/Dockerfile @@ -5,7 +5,7 @@ LABEL maintainer="Luke Tainton " ENV PIPX_BIN_DIR=/usr/local/bin RUN wget -q -O- https://raw.githubusercontent.com/nvm-sh/nvm/master/install.sh | bash && \ - . ~/.bashrc && \ + export NVM_DIR="$HOME/.nvm" && $NVM_DIR/nvm.sh && $NVM_DIR/bash_completion" && \ nvm install 24 && \ add-apt-repository ppa:longsleep/golang-backports && \ apt-get update && \