From 55961562e88a6d0e17c85f538f8ad12779c0acc9 Mon Sep 17 00:00:00 2001
From: Sheogorath <sheogorath@shivering-isles.com>
Date: Sat, 29 Oct 2022 20:49:36 +0200
Subject: [PATCH] fix(koolbox): Reduce friction on image build

Currently the image builds fail mostly due to this upgrade step, let's
see how things work without.
---
 images/koolbox/Dockerfile | 2 --
 1 file changed, 2 deletions(-)

diff --git a/images/koolbox/Dockerfile b/images/koolbox/Dockerfile
index 7f0bb9920..65897b609 100644
--- a/images/koolbox/Dockerfile
+++ b/images/koolbox/Dockerfile
@@ -135,8 +135,6 @@ FROM registry.fedoraproject.org/fedora:36
 ARG MAINTAINER="unmaintained"
 LABEL maintainer=$MAINTAINER
 
-RUN dnf upgrade -y
-
 RUN dnf install -y \
       bash \
       ca-certificates \
-- 
GitLab