mirror of
https://github.com/caronc/apprise.git
synced 2025-02-12 16:30:17 +01:00
Missed Dockerfile tidying ref #948
This commit is contained in:
parent
fa6d4e6743
commit
1a2eecc448
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user