We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6ee08f0 commit b878607Copy full SHA for b878607
1 file changed
Dockerfile
@@ -168,6 +168,9 @@ RUN /opt/conda/bin/conda config --set show_channel_urls yes
168
# npm config (already configured in Layer 5)
169
RUN mkdir -p /home/coder/.npm
170
171
+# Add rbenv initialization to .bashrc
172
+RUN echo 'eval "$(/home/coder/.rbenv/bin/rbenv init - bash)"' >> /home/coder/.bashrc
173
+
174
# Set ownership for coder user
175
RUN chown -R coder:coder /home/coder \
176
&& chown -R coder:coder /opt/conda
0 commit comments