Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

On Docker balenalib/raspberry-pi-debian the raspi.list points to ui repo #923

Open
MatteoR23 opened this issue Sep 12, 2023 · 0 comments
Open

Comments

@MatteoR23
Copy link

MatteoR23 commented Sep 12, 2023

I saw that on /etc/apt/sources.list.d/raspi.list we have the following:

deb http://archive.raspberrypi.org/debian bullseye main ui

The "ui" repository does not exists, so when I "apt update" a warning appears:

W: Skipping acquire of configured file 'ui/binary-armhf/Packages' as repository 'http://archive.raspberrypi.org/debian bullseye InRelease' doesn't have the component 'ui' (component misspelt in sources.list?)

Steps to reproduce:

docker pull balenalib/raspberry-pi-debian
docker run -dit --name RPI balenalib/raspberry-pi-debian /bin/bash
docker attach RPI

In docker's bash:

apt-get update

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant