Skip to content

Commit f1daf26

Browse files
committed
Add bash
1 parent 97dd549 commit f1daf26

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

ci/docker/alpine-linux-3.22-r.dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,11 +23,12 @@ ARG arch=amd64
2323
FROM ${arch}/alpine:3.22
2424

2525
# Install R and essential build tools
26-
# Keep minimal to match CRAN's setup (no bash - CRAN uses BusyBox)
26+
# Note: bash is needed for Arrow CI scripts, even though CRAN's Alpine uses BusyBox
2727
RUN apk add \
2828
R \
2929
R-dev \
3030
R-doc \
31+
bash \
3132
cmake \
3233
curl-dev \
3334
g++ \

0 commit comments

Comments
 (0)