Исправление конфликта пакетов curl в Rocky Linux 9
Some checks failed
Ansible Testing / lint (push) Has been cancelled
Ansible Testing / test (default) (push) Has been cancelled
Ansible Testing / test (minimal) (push) Has been cancelled
Ansible Testing / test (performance) (push) Has been cancelled
Ansible Testing / deploy-check (push) Has been cancelled

- Добавлен флаг --allowerasing для разрешения конфликтов curl-minimal vs curl
- Позволяет заменить curl-minimal на полную версию curl
This commit is contained in:
Сергей Антропов
2025-10-25 22:55:40 +03:00
parent 7924691d34
commit 16ab3ed6c3

View File

@@ -8,7 +8,7 @@ FROM rockylinux:9
RUN dnf update -y && dnf upgrade -y
# Устанавливаем systemd и необходимые пакеты
RUN dnf install -y \
RUN dnf install -y --allowerasing \
systemd \
systemd-sysv \
dbus \