Skip to content

Commit f212db7

Browse files
User env added
1 parent 4b44e3b commit f212db7

File tree

1 file changed

+2
-1
lines changed
  • test/common-utils/devcontainer-ruby-zshrc

1 file changed

+2
-1
lines changed
Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
FROM mcr.microsoft.com/devcontainers/ruby:3.2
22

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

0 commit comments

Comments
 (0)