We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f991894 commit 16bffc6Copy full SHA for 16bffc6
build-images/reticulum-builder.Dockerfile
@@ -2,6 +2,6 @@ FROM docker:28.5.0
2
LABEL org.opencontainers.image.source=https://github.com/code0-tech/monoceros
3
ARG RUBY_VERSION
4
5
-RUN apk add bash curl tar build-base tzdata zlib-dev perl linux-headers libffi readline yaml-dev mise libc6-compat
+RUN apk add bash curl tar build-base tzdata zlib-dev perl linux-headers libffi readline yaml-dev mise libc6-compat jq
6
RUN mise install-into ruby@$RUBY_VERSION /usr/local/share/ruby
7
ENV PATH=/usr/local/share/ruby/bin:$PATH
0 commit comments