postgresql-citus-patroni-image/scripts/pip-env.sh
2024-06-23 11:54:59 +03:00

9 lines
130 B
Bash
Executable File

#!/bin/sh
set -a
PIP_DISABLE_PIP_VERSION_CHECK=1
PIP_NO_CACHE_DIR=1
PIP_ROOT_USER_ACTION=ignore
PIP_NO_COMPILE=1
set +a
exec "$@"