mirror of
https://github.com/AikidoSec/safe-chain.git
synced 2026-05-26 20:20:49 +00:00
Skeleton
This commit is contained in:
parent
76acf43128
commit
e04c4b6f21
7 changed files with 92 additions and 19 deletions
|
|
@ -30,8 +30,8 @@ ARG PYTHON_VERSION=3
|
|||
SHELL ["/bin/bash", "-c"]
|
||||
ENV BASH_ENV=~/.bashrc
|
||||
|
||||
# Install a proxy
|
||||
RUN apt-get update && apt-get install tinyproxy -y
|
||||
# Install a proxy and sudo
|
||||
RUN apt-get update && apt-get install -y tinyproxy sudo
|
||||
|
||||
# Install zsh
|
||||
RUN sh -c "$(wget -O- https://github.com/deluan/zsh-in-docker/releases/download/v1.2.1/zsh-in-docker.sh)"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue