Skip to content

Commit 55f614e

Browse files
committed
enhance verbosity for Dockerfile.fedora
1 parent 8447234 commit 55f614e

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Diff for: 3.3/Dockerfile.fedora

+3-1
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,11 @@ LABEL summary="$SUMMARY" \
3030
maintainer="SoftwareCollections.org <[email protected]>"
3131

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

0 commit comments

Comments
 (0)