Files
homelab/apps/harness/Dockerfile
Julia McGhee 111b189205
Some checks failed
CI / lint-and-test (push) Successful in 41s
Deploy Production / deploy (push) Failing after 2m51s
CI / build (push) Failing after 3m21s
Fix opencode install: set SHELL env for Alpine compatibility
The opencode installer script requires $SHELL to be set, which Alpine's
sh in Docker doesn't provide. This caused the install to download the
binary but fail before placing it, silently swallowed by the || fallback.
Also hardcode the known install path and fail the build if it's missing.
2026-03-21 22:49:54 +00:00

3.0 KiB