feat: add Ruby and bundler to legion-runner image

Required for Jekyll-based doc builds in CI.
This commit is contained in:
Will Anderson
2026-03-26 10:59:36 -05:00
parent 8425f0988c
commit ce45384f81
+6 -1
View File
@@ -14,6 +14,11 @@ RUN apk add --no-cache \
gcc \
musl-dev \
linux-headers \
make && \
make \
ruby \
ruby-bundler \
ruby-dev \
build-base \
zlib-dev && \
ln -sf /usr/bin/node /usr/local/bin/node && \
ln -sf /usr/bin/npm /usr/local/bin/npm