FROM alpine:3.22
RUN apk add nodejs npm jq bash curl ca-certificates python3 build-base coreutils
SHELL ["/bin/bash"]