diff --git a/setup/files/salt_module_deps/docker/chardet-4.0.0-py2.py3-none-any.whl b/setup/files/salt_module_deps/docker/chardet-4.0.0-py2.py3-none-any.whl new file mode 100644 index 000000000..b83344e8e Binary files /dev/null and b/setup/files/salt_module_deps/docker/chardet-4.0.0-py2.py3-none-any.whl differ diff --git a/setup/files/salt_module_deps/docker/idna-2.10-py2.py3-none-any.whl b/setup/files/salt_module_deps/docker/idna-2.10-py2.py3-none-any.whl new file mode 100644 index 000000000..41225cb05 Binary files /dev/null and b/setup/files/salt_module_deps/docker/idna-2.10-py2.py3-none-any.whl differ diff --git a/setup/files/salt_module_deps/docker/requests-2.25.1-py2.py3-none-any.whl b/setup/files/salt_module_deps/docker/requests-2.25.1-py2.py3-none-any.whl new file mode 100644 index 000000000..8d70e9716 Binary files /dev/null and b/setup/files/salt_module_deps/docker/requests-2.25.1-py2.py3-none-any.whl differ diff --git a/setup/so-functions b/setup/so-functions index 699abb53d..a6ad2908a 100755 --- a/setup/so-functions +++ b/setup/so-functions @@ -2034,6 +2034,7 @@ saltify() { #logCmd "dnf -y install securityonion-salt python3-audit python3-libsemanage python3-policycoreutils python3-setools python3-setuptools python3-chardet python3-idna python3-pysocks python3-requests python3-urllib3 python3-websocket-client python3-docker" logCmd "dnf -y install salt salt-master salt-minion" logCmd "mkdir -p /etc/salt/minion.d" + logCmd "salt-pip install files/salt_module_deps/docker/requests-2.25.1-py2.py3-none-any.whl" logCmd "salt-pip install files/salt_module_deps/docker/docker-6.0.1-py3-none-any.whl" logCmd "salt-pip install files/salt_module_deps/pymysql/PyMySQL-1.0.3-py3-none-any.whl" #if [[ $waitforstate ]]; then