feat: add Ruby and bundler to legion-runner image
Required for Jekyll-based doc builds in CI.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user