Skip to content

Commit 89b451e

Browse files
committed
Properly merge dockerfile
1 parent 68e063e commit 89b451e

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

.devcontainer/Dockerfile

-7
Original file line numberDiff line numberDiff 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
6359
RUN 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
6862
RUN git clone https://github.com/magicmonty/bash-git-prompt.git ~/.bash-git-prompt --depth=1
6963

7064
RUN echo "source $HOME/.bash-git-prompt/gitprompt.sh" >> ~/.bashrc
7165

72-
>>>>>>> origin/master
7366
# Set the locale
7467
RUN sed -i -e 's/# en_US.UTF-8 UTF-8/en_US.UTF-8 UTF-8/' /etc/locale.gen && locale-gen
7568
ENV LANG en_US.UTF-8

0 commit comments

Comments
 (0)