-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
[docs] apt "Unable to locate package bruno" #1203
Comments
I applied the suggested |
Your Dockerfile worked for me, but I had to add
But I don't know if you could even run graphic app from a Docker container - when I run: bruno --help inside this container, I get:
|
Thanks for checking. It could be my DNS... I use NextDNS to block ads and known bad hosts. I'll try without. The dependency notice sounds fixable. |
I've added this, also to the example above.
This should be possible with GUI apps, you do have to some X Server or VNC stuff tho. Other people have run Slack (also Electron) in a Docker container. I now actually think it's because of my CPU architecture. I'm running an Apple Silicon chip (M3) and that uses the Can you confirm that you don't run on The bruno package repository only has It's possible to build Electron apps for arm64 as well and that already happens. But there's no build for Linux + arm64 that's published at http://debian.usebruno.com/ yet. |
Yes, mine is About GUI - I didn't know that, maybe look into it someday, thanks |
I'm using in this way, it works correctly
Or this one
|
I'm writing a Dockerfile to install Bruno in a Debian container (because of #1030) but I get the following error on the
apt-get install bruno
instruction.This is my Dockerfile:
When I run
I do see the Bruno package repository so I'm not sure why
apt
can't find it.The text was updated successfully, but these errors were encountered: