Missed Dockerfile tidying ref #948

pull/1204/head
Chris Caron 2024-09-02 12:45:59 -04:00
parent fa6d4e6743
commit 1a2eecc448
1 changed files with 1 additions and 1 deletions

View File

@ -62,7 +62,7 @@ COPY packaging/redhat/python-apprise.spec /
# Place our build file into the path # Place our build file into the path
COPY bin/build-rpm.sh /usr/bin COPY bin/build-rpm.sh /usr/bin
RUN rpmspec -q --buildrequires /python-apprise.spec | cut -f1 -d' ' | \ 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 # RPM Build Structure Setup
ENV FLAVOR=rpmbuild OS=centos DIST=rawhide ENV FLAVOR=rpmbuild OS=centos DIST=rawhide