rpm-software-management / microdnf

Lightweight implementation of dnf in C
GNU General Public License v2.0
220 stars 34 forks source link

microdnf makecache #104

Closed kiwixz closed 3 years ago

kiwixz commented 3 years ago

Hi, as the initial metadata download is so excruciatingly slow I'd like to cache it in a docker layer. The makecache command from dnf would be exactly it.

My current workaround is to run microdnf install microdnf. Seems kinda silly, but it works!

jrohel commented 3 years ago

I prepared PR with makecache command: https://github.com/rpm-software-management/microdnf/pull/105

jrohel commented 3 years ago

The "makecache" command was added. PR: https://github.com/rpm-software-management/microdnf/pull/105 was merged into the upstream.