Skip to content

Commit

Permalink
Include elixir by default
Browse files Browse the repository at this point in the history
  • Loading branch information
david committed Sep 11, 2024
1 parent 3d4bb80 commit c124e74
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion images/ubuntu/Containerfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,8 @@ RUN userdel -r ubuntu && \
USER linuxbrew
ENV NONINTERACTIVE=1

RUN curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh | bash
RUN curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh | bash && \
brew install elixir

USER root

Expand Down

0 comments on commit c124e74

Please sign in to comment.