Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion foundry/mounted/.devcontainer/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,11 @@ RUN uv tool install crytic-compile
RUN curl -L https://foundry.paradigm.xyz | zsh
RUN foundryup

RUN echo 'export PATH="/home/vscode/.foundry/bin:$PATH"' >> ~/.zshrc

# Aderyn
RUN curl -L https://raw.githubusercontent.com/Cyfrin/up/main/install | zsh
RUN cyfrinup

# Clean up
RUN sudo apt-get autoremove -y && sudo apt-get clean -y
RUN sudo apt-get autoremove -y && sudo apt-get clean -y
4 changes: 3 additions & 1 deletion foundry/unmounted/.devcontainer/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,11 @@ RUN uv tool install crytic-compile
RUN curl -L https://foundry.paradigm.xyz | zsh
RUN foundryup

RUN echo 'export PATH="/home/vscode/.foundry/bin:$PATH"' >> ~/.zshrc

# Aderyn
RUN curl -L https://raw.githubusercontent.com/Cyfrin/up/main/install | zsh
RUN cyfrinup

# Clean up
RUN sudo apt-get autoremove -y && sudo apt-get clean -y
RUN sudo apt-get autoremove -y && sudo apt-get clean -y