We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4b44e3b commit f212db7Copy full SHA for f212db7
test/common-utils/devcontainer-ruby-zshrc/Dockerfile
@@ -1,5 +1,6 @@
1
FROM mcr.microsoft.com/devcontainers/ruby:3.2
2
3
USER vscode
4
-RUN echo 'eval "$(rbenv init -)"' >> /home/vscode/.zshrc
+ENV USER=vscode
5
+RUN echo 'eval "$(rbenv init -)"' >> /home/$USER/.zshrc
6
0 commit comments