mirror of
https://github.com/yanhao98/docker-cron.git
synced 2026-02-04 10:30:33 +08:00
5 lines
192 B
Bash
Executable File
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.
|