Skip to content

Commit

Permalink
Additional Dockerfile IRD packages (#758)
Browse files Browse the repository at this point in the history
Fix #564
  • Loading branch information
nvukobratTT authored Nov 26, 2024
1 parent b2fcdfe commit 38e388c
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/Dockerfile.ird
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,12 @@ RUN apt-get update && apt-get install -y \
sudo \
wget \
htop \
vim
vim \
zsh \
screen \
htop \
gh


# Create a directory for the toolchain and set permissions
RUN mkdir -p $TTMLIR_TOOLCHAIN_DIR && \
Expand Down

0 comments on commit 38e388c

Please sign in to comment.