Skip to content

Commit

Permalink
update containers
Browse files Browse the repository at this point in the history
  • Loading branch information
craigthackerx committed Sep 26, 2024
1 parent 4558fc4 commit 7934fc9
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 3 additions & 1 deletion containers/default/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -263,5 +263,7 @@ RUN echo -en "\n" | /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com
echo 'eval "$(/home/linuxbrew/.linuxbrew/bin/brew shellenv)"' >> /home/${NORMAL_USER}/.bashrc && \
eval "$(/home/linuxbrew/.linuxbrew/bin/brew shellenv)" && \
brew install gcc && \
brew install trivy
brew install trivy && \
brew tap azure/functions && \
brew install azure-functions-core-tools@4

4 changes: 3 additions & 1 deletion containers/ubuntu/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -159,5 +159,7 @@ RUN echo -en "\n" | /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com
echo 'eval "$(/home/linuxbrew/.linuxbrew/bin/brew shellenv)"' >> /home/${NORMAL_USER}/.bashrc && \
eval "$(/home/linuxbrew/.linuxbrew/bin/brew shellenv)" && \
brew install gcc && \
brew install trivy
brew install trivy && \
brew tap azure/functions && \
brew install azure-functions-core-tools@4

0 comments on commit 7934fc9

Please sign in to comment.