Skip to content

Commit

Permalink
Properly merge dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
brianc committed Dec 27, 2019
1 parent 68e063e commit 89b451e
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions .devcontainer/Dockerfile
Expand Up @@ -32,11 +32,7 @@ RUN apt-get update \
&& curl -sS https://dl.yarnpkg.com/$(lsb_release -is | tr '[:upper:]' '[:lower:]')/pubkey.gpg | apt-key add - 2>/dev/null \
&& echo "deb https://dl.yarnpkg.com/$(lsb_release -is | tr '[:upper:]' '[:lower:]')/ stable main" | tee /etc/apt/sources.list.d/yarn.list \
&& apt-get update \
<<<<<<< HEAD
&& apt-get -y install --no-install-recommends yarn tmux locales postgresql \
=======
&& apt-get -y install --no-install-recommends yarn tmux locales \
>>>>>>> origin/master
#
# Install eslint globally
&& npm install -g eslint \
Expand All @@ -62,14 +58,11 @@ RUN curl https://raw.githubusercontent.com/brianc/dotfiles/master/.tmux.conf > ~
# install nvm
RUN curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.35.2/install.sh | bash

<<<<<<< HEAD
=======
# set up a nicer prompt
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

>>>>>>> origin/master
# 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
ENV LANG en_US.UTF-8
Expand Down

1 comment on commit 89b451e

@chukwuemeks28

This comment was marked as off-topic.

Please sign in to comment.