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 e64b114 commit 87a3437Copy full SHA for 87a3437
container/ruby/Dockerfile
@@ -5,5 +5,5 @@ FROM ghcr.io/code0-tech/reticulum/ci-builds/mise:$RETICULUM_IMAGE_TAG
5
ARG RUBY_VERSION=3.2.2
6
7
RUN apk add --update --no-cache build-base tzdata zlib-dev perl linux-headers libffi readline yaml-dev
8
-RUN mise install-into ruby@$RUBY_VERSION /usr/local/share/ruby
+RUN mise install-into ruby@$RUBY_VERSION /usr/local/share/ruby || exit_code=$? || cat /tmp/ruby-build.*.log || exit $exit_code
9
ENV PATH=/usr/local/share/ruby/bin:$PATH
0 commit comments