Skip to content

Commit

Permalink
Don't modify path
Browse files Browse the repository at this point in the history
vscode remote docker does some crazy path overriding...I think this messed it up somehow.  Anyways, no need to do this.
  • Loading branch information
brianc committed Dec 26, 2019
1 parent d28d826 commit 47af4e8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .devcontainer/Dockerfile
Expand Up @@ -62,7 +62,6 @@ RUN curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.35.2/install.sh | b
RUN git clone https://github.com/magicmonty/bash-git-prompt.git ~/.bash-git-prompt --depth=1

RUN echo "source $HOME/.bash-git-prompt/gitprompt.sh" >> ~/.bashrc
RUN echo "export PATH=$PATH:./node_modules/.bin" >> ~/.bashrc

# Set the locale
RUN sed -i -e 's/# en_US.UTF-8 UTF-8/en_US.UTF-8 UTF-8/' /etc/locale.gen && locale-gen
Expand Down

0 comments on commit 47af4e8

Please sign in to comment.