postgresql-citus-patroni-image/scripts/apt-install.sh

5 lines
108 B
Bash
Raw Permalink Normal View History

2024-06-23 11:54:59 +03:00
#!/bin/sh
set -ef
apt-env.sh apt-get update
exec apt-env.sh apt-get install -y --no-install-recommends "$@"