cgwalters commented on this pull request.


> @@ -0,0 +1,49 @@
+FROM fedora
+MAINTAINER Igor Gnatenko <i.gnatenko.br...@gmail.com>
+
+WORKDIR /opt/rpm
+COPY . .
+
+RUN echo -e "deltarpm=0\ninstall_weak_deps=0\ntsflags=nodocs" >> 
/etc/dnf/dnf.conf
+RUN dnf -y update
+RUN dnf -y install \

In some [PAPR](https://github.com/projectatomic/papr) projects like rpm-ostree 
we just pull the builddeps from the distro, I think this is a lot saner than 
repeating them here again.  See [this 
example](https://github.com/projectatomic/rpm-ostree/blob/f25444554dac95c5ff469f64192bad17a2916c3a/ci/build.sh#L20).

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/rpm-software-management/rpm/pull/266#pullrequestreview-51231058
_______________________________________________
Rpm-maint mailing list
Rpm-maint@lists.rpm.org
http://lists.rpm.org/mailman/listinfo/rpm-maint

Reply via email to