Skip to content

Commit

Permalink
[containerfile] Add useful symlinks
Browse files Browse the repository at this point in the history
  • Loading branch information
david committed Nov 9, 2024
1 parent 5d86462 commit c966c28
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion Containerfile
Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +31,8 @@ RUN rpm --import https://brave-browser-rpm-release.s3.brave.com/brave-core.asc &
yaml-language-server && \
gem update --system 3.5.23 && \
gem install ruby-lsp && \
gem install ruby-lsp-rails
gem install ruby-lsp-rails && \
ln -s /usr/bin/distrobox-host-exec /usr/local/bin/podman && \
ln -s /usr/bin/distrobox-host-exec /usr/local/bin/ssh && \
ln -s /usr/bin/distrobox-host-exec /usr/local/bin/systemctl

0 comments on commit c966c28

Please sign in to comment.