Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down