mirror of
https://github.com/funkemunky/KDE-x86_64-v4-Fedora.git
synced 2026-05-31 09:01:56 +00:00
Fixing image issue
This commit is contained in:
@@ -1,7 +1,8 @@
|
||||
FROM fedora:43
|
||||
|
||||
# Keep downloaded RPMs in the image layer cache so rebuilds are cheaper.
|
||||
RUN printf '%s\n' 'keepcache=True' 'max_parallel_downloads=10' > /etc/dnf/dnf.conf.d/99-ci-cache.conf
|
||||
RUN mkdir -p /etc/dnf/dnf.conf.d \
|
||||
&& printf '%s\n' 'keepcache=True' 'max_parallel_downloads=10' > /etc/dnf/dnf.conf.d/99-ci-cache.conf
|
||||
|
||||
RUN dnf -y upgrade --refresh \
|
||||
&& dnf -y install \
|
||||
@@ -13,4 +14,3 @@ RUN dnf -y upgrade --refresh \
|
||||
rpm-build \
|
||||
rpmdevtools \
|
||||
&& dnf clean all
|
||||
|
||||
|
||||
Reference in New Issue
Block a user