File tree 1 file changed +0
-7
lines changed
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 \
32
32
&& curl -sS https://dl.yarnpkg.com/$(lsb_release -is | tr '[:upper:]' '[:lower:]' )/pubkey.gpg | apt-key add - 2>/dev/null \
33
33
&& echo "deb https://dl.yarnpkg.com/$(lsb_release -is | tr '[:upper:]' '[:lower:]')/ stable main" | tee /etc/apt/sources.list.d/yarn.list \
34
34
&& apt-get update \
35
- <<<<<<< HEAD
36
35
&& 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
40
36
#
41
37
# Install eslint globally
42
38
&& npm install -g eslint \
@@ -62,14 +58,11 @@ RUN curl https://raw.githubusercontent.com/brianc/dotfiles/master/.tmux.conf > ~
62
58
# install nvm
63
59
RUN curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.35.2/install.sh | bash
64
60
65
- <<<<<<< HEAD
66
- =======
67
61
# set up a nicer prompt
68
62
RUN git clone https://github.com/magicmonty/bash-git-prompt.git ~/.bash-git-prompt --depth=1
69
63
70
64
RUN echo "source $HOME/.bash-git-prompt/gitprompt.sh" >> ~/.bashrc
71
65
72
- >>>>>>> origin/master
73
66
# Set the locale
74
67
RUN sed -i -e 's/# en_US.UTF-8 UTF-8/en_US.UTF-8 UTF-8/' /etc/locale.gen && locale-gen
75
68
ENV LANG en_US.UTF-8
You can’t perform that action at this time.
0 commit comments