From b0474e4ec09a7d8765171ce2bfc9da688fbc3faf Mon Sep 17 00:00:00 2001 From: Miao Wang Date: Fri, 19 Sep 2025 02:35:36 +0800 Subject: [PATCH] Revert "Dockerfile: install yum to fix createrepo error" This reverts commit 523281ce237d112d3bd44b83c63e80e42bf42f03. --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index aa9d51c..a4b534d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -5,7 +5,7 @@ RUN apt-get update && \ apt-get install --no-install-recommends -y \ wget curl rsync lftp git jq \ python3-dev python3-pip python3-pyquery python3-socks python3-requests python3-yaml awscli \ - dnf-plugins-core createrepo-c yum debmirror \ + dnf-plugins-core createrepo-c debmirror \ libnss-unknown xz-utils patch unzip \ aria2 ack openssh-client # composer php-curl php-zip