Skip to content

Commit

Permalink
enhance verbosity for Dockerfile.fedora
Browse files Browse the repository at this point in the history
  • Loading branch information
pvalena committed Nov 28, 2023
1 parent 8447234 commit 55f614e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion 3.3/Dockerfile.fedora
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,11 @@ LABEL summary="$SUMMARY" \
maintainer="SoftwareCollections.org <[email protected]>"

# Install required packages
RUN INSTALL_PKGS="ruby ruby-devel rubygem-bundler ruby-bundled-gems rubygem-rake rubygems-devel redhat-rpm-config libffi-devel" && \
RUN set -x && \
INSTALL_PKGS="ruby ruby-devel rubygem-bundler ruby-bundled-gems rubygem-rake rubygems-devel redhat-rpm-config libffi-devel" && \
dnf install -y --setopt=tsflags=nodocs $INSTALL_PKGS && \
rpm -V $INSTALL_PKGS && \
ruby -v && \
ruby -v | grep -qe "^ruby $RUBY_VERSION\." && echo "Found VERSION $RUBY_VERSION" && \
dnf clean all

Expand Down

0 comments on commit 55f614e

Please sign in to comment.