Исправление конфликта пакетов 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
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:
@@ -8,7 +8,7 @@ FROM rockylinux:9
|
|||||||
RUN dnf update -y && dnf upgrade -y
|
RUN dnf update -y && dnf upgrade -y
|
||||||
|
|
||||||
# Устанавливаем systemd и необходимые пакеты
|
# Устанавливаем systemd и необходимые пакеты
|
||||||
RUN dnf install -y \
|
RUN dnf install -y --allowerasing \
|
||||||
systemd \
|
systemd \
|
||||||
systemd-sysv \
|
systemd-sysv \
|
||||||
dbus \
|
dbus \
|
||||||
|
|||||||
Reference in New Issue
Block a user