Skip to content

Commit

Permalink
Add ruby
Browse files Browse the repository at this point in the history
  • Loading branch information
david committed Oct 12, 2024
1 parent b1d4c27 commit 2724d0b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion images/ubuntu/Containerfile
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ USER linuxbrew
ENV NONINTERACTIVE=1
RUN curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh | bash
RUN eval "$(/home/linuxbrew/.linuxbrew/bin/brew shellenv)" && \
brew install git && \
brew install git ruby && \
sudo apt-get remove --purge --assume-yes git && \
sudo apt-get autoremove --purge --assume-yes

Expand Down

0 comments on commit 2724d0b

Please sign in to comment.