Skip to content

Commit

Permalink
Try this maybe
Browse files Browse the repository at this point in the history
  • Loading branch information
PixNyb committed Feb 4, 2025
1 parent a1519de commit 57ce2fa
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions profiles/src/jekyll/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -20,16 +20,16 @@ RUN apt-get update && apt-get install -y \

COPY bin/jekyll/* /usr/local/bin
RUN chmod +x /usr/local/bin/*

# COPY templates/jekyll/* /etc/templates

ENV PATH="/home/vscode/.rbenv/bin:/home/vscode/.rbenv/shims:$PATH"

USER vscode

RUN git clone https://github.com/rbenv/rbenv.git $HOME/.rbenv \
&& git clone https://github.com/rbenv/ruby-build.git $HOME/.rbenv/plugins/ruby-build \
&& sudo $HOME/.rbenv/plugins/ruby-build/install.sh \
&& $HOME/.rbenv/plugins/ruby-build/install.sh \
&& echo 'eval "$(rbenv init -)"' >> $HOME/.bashrc \
&& export PATH="$HOME/.rbenv/bin:$HOME/.rbenv/shims:$PATH" \
&& RUBY_VERSION=$(rbenv install -l | grep -v - | tail -1) \
Expand Down

0 comments on commit 57ce2fa

Please sign in to comment.