Files
docker-deployment/build/scripts/utilities.sh

11 lines
191 B
Bash

#!/bin/bash
set -e
source /build/config
set -x
## Often used tools
$minimal_apt_get_install wget curl python-pip git inetutils-ping telnet
## Often used python modules
pip install argparse