mirror of
https://github.com/AikidoSec/safe-chain.git
synced 2026-05-26 12:10:49 +00:00
Some cleanup
This commit is contained in:
parent
2632b5c2af
commit
61a53b24fd
7 changed files with 4 additions and 7 deletions
|
|
@ -50,7 +50,6 @@ RUN volta install pnpm@${PNPM_VERSION}
|
|||
# Install Bun
|
||||
RUN curl -fsSL https://bun.sh/install | bash
|
||||
|
||||
|
||||
# Install Python and pip (pip3)
|
||||
RUN apt-get update && apt-get install -y python${PYTHON_VERSION} python3-pip && \
|
||||
ln -sf /usr/bin/python${PYTHON_VERSION} /usr/local/bin/python3 && \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue