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 7f63973 commit ce47593Copy full SHA for ce47593
Dockerfile
@@ -157,6 +157,8 @@ COPY --from=build \
157
/usr/local/share/man/man1/*.* \
158
/usr/local/share/man/man1/
159
160
+# Verify that the built/copied ruby can at least run (has necessary OS dependencies, etc).
161
+RUN /usr/local/bin/ruby -v
162
163
### development ###
164
FROM ruby AS development
0 commit comments