File tree Expand file tree Collapse file tree 1 file changed +0
-7
lines changed Expand file tree Collapse file tree 1 file changed +0
-7
lines changed Original file line number Diff line number Diff line change @@ -32,11 +32,7 @@ RUN apt-get update \
3232 && curl -sS https://dl.yarnpkg.com/$(lsb_release -is | tr '[:upper:]' '[:lower:]' )/pubkey.gpg | apt-key add - 2>/dev/null \
3333 && echo "deb https://dl.yarnpkg.com/$(lsb_release -is | tr '[:upper:]' '[:lower:]')/ stable main" | tee /etc/apt/sources.list.d/yarn.list \
3434 && apt-get update \
35- <<<<<<< HEAD
3635 && apt-get -y install --no-install-recommends yarn tmux locales postgresql \
37- =======
38- && apt-get -y install --no-install-recommends yarn tmux locales \
39- >>>>>>> origin/master
4036 #
4137 # Install eslint globally
4238 && npm install -g eslint \
@@ -62,14 +58,11 @@ RUN curl https://raw.githubusercontent.com/brianc/dotfiles/master/.tmux.conf > ~
6258# install nvm
6359RUN curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.35.2/install.sh | bash
6460
65- <<<<<<< HEAD
66- =======
6761# set up a nicer prompt
6862RUN git clone https://github.com/magicmonty/bash-git-prompt.git ~/.bash-git-prompt --depth=1
6963
7064RUN echo "source $HOME/.bash-git-prompt/gitprompt.sh" >> ~/.bashrc
7165
72- >>>>>>> origin/master
7366# Set the locale
7467RUN sed -i -e 's/# en_US.UTF-8 UTF-8/en_US.UTF-8 UTF-8/' /etc/locale.gen && locale-gen
7568ENV LANG en_US.UTF-8
You can’t perform that action at this time.
0 commit comments