We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d28d826 commit 47af4e8Copy full SHA for 47af4e8
.devcontainer/Dockerfile
@@ -62,7 +62,6 @@ RUN curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.35.2/install.sh | b
62
RUN git clone https://github.com/magicmonty/bash-git-prompt.git ~/.bash-git-prompt --depth=1
63
64
RUN echo "source $HOME/.bash-git-prompt/gitprompt.sh" >> ~/.bashrc
65
-RUN echo "export PATH=$PATH:./node_modules/.bin" >> ~/.bashrc
66
67
# Set the locale
68
RUN sed -i -e 's/# en_US.UTF-8 UTF-8/en_US.UTF-8 UTF-8/' /etc/locale.gen && locale-gen
0 commit comments