Skip to content

Commit 3cea4c4

Browse files
committed
fix(docker): add bash to Alpine image for Makefile compatibility
shared/common.mk requires bash for SHELL and pipefail error handling. Alpine uses ash by default which caused build failure.
1 parent c2ee222 commit 3cea4c4

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

docker/Dockerfile.linux-musl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ FROM alpine:3.20 AS base
1919
# hadolint ignore=DL3018
2020
RUN apk add --no-cache \
2121
# Build essentials
22+
bash \
2223
build-base \
2324
pkgconf \
2425
# Download tools

0 commit comments

Comments
 (0)