Skip to content

Commit 87a3437

Browse files
committed
debug
1 parent e64b114 commit 87a3437

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

container/ruby/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,5 @@ FROM ghcr.io/code0-tech/reticulum/ci-builds/mise:$RETICULUM_IMAGE_TAG
55
ARG RUBY_VERSION=3.2.2
66

77
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
8+
RUN mise install-into ruby@$RUBY_VERSION /usr/local/share/ruby || exit_code=$? || cat /tmp/ruby-build.*.log || exit $exit_code
99
ENV PATH=/usr/local/share/ruby/bin:$PATH

0 commit comments

Comments
 (0)