mirror of
https://github.com/AikidoSec/safe-chain.git
synced 2026-05-26 12:10:49 +00:00
Add e2e tests to verify existing proxy is being respected.
This commit is contained in:
parent
53bfb14fea
commit
32f5ef9b16
2 changed files with 63 additions and 0 deletions
|
|
@ -29,6 +29,9 @@ ARG PNPM_VERSION=latest
|
|||
SHELL ["/bin/bash", "-c"]
|
||||
ENV BASH_ENV=~/.bashrc
|
||||
|
||||
# Install a proxy
|
||||
RUN apt-get update && apt-get install tinyproxy -y
|
||||
|
||||
# Install zsh
|
||||
RUN sh -c "$(wget -O- https://github.com/deluan/zsh-in-docker/releases/download/v1.2.1/zsh-in-docker.sh)"
|
||||
# Install fish
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue