Files
docker-cron/examples/init/00-install-deps.sh

5 lines
192 B
Bash
Executable File

#!/bin/sh
# Dependency installation moved to entrypoint.sh.
# Define APK_PACKAGES environment variable (e.g. "curl jq") to
# make the entrypoint ensure the listed Alpine packages are present.