Контролер WB8 не устанавливается docker

apt update && apt install ca-certificates curl gnupg lsb-release iptables
E: Malformed entry 1 in list file /etc/apt/sources.list.d/docker.list (Component )
E: The list of sources could not be read.
root@wirenboard-AEOMZIVT:~# apt update && apt install ca-certificates curl gnupg lsb-release iptables
E: Malformed entry 1 in list file /etc/apt/sources.list.d/docker.list (Component )
E: The list of sources could not be read.

Добрый день!

Ошибка указывает на некорректную запись в файле /etc/apt/sources.list.d/docker.list.

Прошу показать содержимое файла:

cat /etc/apt/sources.list.d/docker.list

Ожидаемый вывод должен быть

deb [arch=arm64 signed-by=/usr/share/keyrings/docker-archive-keyring.gpg] https://download.docker.com/linux/debian bullseye stable

спасибо за ответ, удалил этот файл и заново начал установку… все пошло

1 лайк