mirror of
https://github.com/GlueOps/autoglue.git
synced 2026-02-13 21:00:06 +01:00
fix: alpine fixes for Docker portability
This commit is contained in:
2
Makefile
2
Makefile
@@ -1,7 +1,7 @@
|
|||||||
# ========= Makefile (optimized + DRY + annotated) =========
|
# ========= Makefile (optimized + DRY + annotated) =========
|
||||||
|
|
||||||
# --- strict shell & make behavior ---
|
# --- 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
|
.SHELLFLAGS := -eu -o pipefail -c
|
||||||
|
|
||||||
.DELETE_ON_ERROR:
|
.DELETE_ON_ERROR:
|
||||||
|
|||||||
Reference in New Issue
Block a user