fix: alpine fixes for Docker portability

This commit is contained in:
allanice001
2025-11-06 02:54:00 +00:00
parent 328a77e01a
commit da65481624

View File

@@ -1,7 +1,7 @@
# ========= Makefile (optimized + DRY + annotated) =========
# --- strict shell & make behavior ---
SHELL := /usr/bin/env bash
SHELL := $(shell command -v bash 2>/dev/null || echo /bin/sh)
.SHELLFLAGS := -eu -o pipefail -c
.DELETE_ON_ERROR: