🔧 Update to latest docker template revision 🔧

- .env.scripts: synced ENV_PACKAGES to current template (msmtp, sudo, unzip, iproute2, and other base tools added)
- Dockerfile: added go-toolchain build stage; expanded PACK_LIST to match; apk upgrade and bash/sh symlink setup added to build stage
- rootfs/root/docker/setup/0*.sh: version stamp bumped to current template revision; app-specific logic in 05-custom.sh unchanged
- rootfs/usr/local/bin/entrypoint.sh: version stamp bumped to current template revision
This commit is contained in:
2026-07-27 11:38:19 -04:00
parent 74685f6042
commit 245290ac94
11 changed files with 40 additions and 24 deletions
+1 -1
View File
@@ -7,7 +7,7 @@
# @@License : WTFPL
# @@ReadME : entrypoint.sh --help
# @@Copyright : Copyright: (c) 2026 Jason Hempstead, Casjays Developments
# @@Created : Saturday, Jul 11, 2026 23:13 EDT
# @@Created : Monday, Jul 13, 2026 02:30 EDT
# @@File : entrypoint.sh
# @@Description : Entrypoint file for go
# @@Changelog : New script