Added Squid Forward Proxy to Container

This commit is contained in:
Patrick Skowronek
2022-04-08 08:43:42 +02:00
parent cd149277ef
commit 900748b997
3 changed files with 56 additions and 6 deletions

View File

@ -4,7 +4,7 @@
## Check if user is a su
echo "Welcome to the starting a bridgehead. We will get your instance up and running in no time"
echo "First we will check if all prerequisites are met ..."
prerequisites="git docker docker-compose cat"
prerequisites="git docker docker-compose"
for prerequisite in $prerequisites; do
$prerequisite --version 2>&1
is_available=$?