Skip to content

Commit

Permalink
Let's definitely not install GCC through linuxbrew
Browse files Browse the repository at this point in the history
  • Loading branch information
david committed Sep 20, 2024
1 parent 07b4888 commit c9a0cf9
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions images/ubuntu/Containerfile
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,6 @@ 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 bash)" && \
brew install gcc

USER root

RUN userdel linuxbrew

0 comments on commit c9a0cf9

Please sign in to comment.