Skip to content

Commit

Permalink
Config node and rbenv on Docker setup
Browse files Browse the repository at this point in the history
  • Loading branch information
jimmyli97 committed Jul 7, 2024
1 parent 4cb004e commit 879be46
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .devcontainer/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,7 @@ RUN apt-get update && apt-get -y install vim curl gpg postgresql postgresql-cont
RUN cd /tmp
RUN wget https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb \
&& apt-get -y install ./google-chrome-stable_current_amd64.deb
RUN export DEBIAN_FRONTEND=dialog
RUN export DEBIAN_FRONTEND=dialog
RUN nvm install node
RUN bash -c 'rbenv init'
RUN zsh -c 'rbenv init'

0 comments on commit 879be46

Please sign in to comment.