Skip to content

Commit

Permalink
User env added
Browse files Browse the repository at this point in the history
  • Loading branch information
prathameshzarkar9 committed Oct 3, 2024
1 parent 4b44e3b commit f212db7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test/common-utils/devcontainer-ruby-zshrc/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
FROM mcr.microsoft.com/devcontainers/ruby:3.2

USER vscode
RUN echo 'eval "$(rbenv init -)"' >> /home/vscode/.zshrc
ENV USER=vscode
RUN echo 'eval "$(rbenv init -)"' >> /home/$USER/.zshrc

0 comments on commit f212db7

Please sign in to comment.