Added preliminar support for Docker containers
This commit is contained in:
parent
6ef3212007
commit
38622505f1
|
@ -3,8 +3,8 @@
|
||||||
set -u
|
set -u
|
||||||
set -e
|
set -e
|
||||||
|
|
||||||
bold=$(tput bold)
|
bold=$(tput -T ${TERM:-xterm} bold)
|
||||||
normal=$(tput sgr0)
|
normal=$(tput -T ${TERM:-xterm} sgr0)
|
||||||
|
|
||||||
|
|
||||||
PYTHON_BIN='python3'
|
PYTHON_BIN='python3'
|
||||||
|
|
Loading…
Reference in New Issue