Files
gentoo-utils-gitea/.docker/entrypoint.sh
penguin 52328f8f3a
All checks were successful
Gentoo Utils / build-oci-image (push) Successful in 6m34s
Gentoo Utils / build (push) Successful in 1m35s
infra: image: create entrypoint script and put env sources in it
2025-12-08 19:23:07 -06:00

7 lines
82 B
Bash
Executable File

#!/usr/bin/env sh
source /etc/profile
source /lib/gentoo/functions.sh
exec "$@"