Skip to content

Commit

Permalink
Missed Dockerfile tidying ref #948
Browse files Browse the repository at this point in the history
  • Loading branch information
caronc committed Sep 2, 2024
1 parent fa6d4e6 commit 1a2eecc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/docker/Dockerfile.rawhide
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ COPY packaging/redhat/python-apprise.spec /
# Place our build file into the path
COPY bin/build-rpm.sh /usr/bin
RUN rpmspec -q --buildrequires /python-apprise.spec | cut -f1 -d' ' | \
xargs dnf install -y
xargs dnf install -y && dnf clean all

# RPM Build Structure Setup
ENV FLAVOR=rpmbuild OS=centos DIST=rawhide
Expand Down

0 comments on commit 1a2eecc

Please sign in to comment.