diff --git a/Dockerfile b/Dockerfile index 022aa35..4ce5461 100644 --- a/Dockerfile +++ b/Dockerfile @@ -157,6 +157,8 @@ COPY --from=build \ /usr/local/share/man/man1/*.* \ /usr/local/share/man/man1/ +# Verify that the built/copied ruby can at least run (has necessary OS dependencies, etc). +RUN /usr/local/bin/ruby -v ### development ### FROM ruby AS development