Add e2e tests to verify existing proxy is being respected.

This commit is contained in:
Sander Declerck 2025-10-02 10:47:58 +02:00
parent 53bfb14fea
commit 32f5ef9b16
No known key found for this signature in database
2 changed files with 63 additions and 0 deletions

View file

@ -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