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

5 lines
108 B
Bash
Executable File

#!/bin/sh
set -ef
apt-env.sh apt-get update
exec apt-env.sh apt-get install -y --no-install-recommends "$@"