-
Notifications
You must be signed in to change notification settings - Fork 32
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
Not able to build pulseaudio #6
Comments
I experience the same. Alpine is changing very fast. I'm rebuilding my sdk builder, maybe that helps. |
With the Dockerfile changed like this pulseaudio builds. Next problem the audio drivers ... |
Thanks @danielguerra69! I had to get a demo up and running so I grabbed a more simple container for now, but I'll keep an eye on this one in case you are able to get it to build. I had even commented out all of the pulseaudio and audio stuff since I didn't need them, but I ran into other APKBUILD errors later. |
The hub.docker container runs |
It runs on a "normal" machine, but I need to modify Not a huge hairy deal, though - I appreciate that you had a look! I know that alpine can be a moving target. |
supervisor port 9001 is only needed for process management. RDP runs on 3389 |
Understood, but the container won't start because it can't bind using This is pretty much what I'm seeing: https://serverfault.com/questions/610726/supervisord-inet-http-server-all-iface-error |
you can mount a different supervisor config, in which this web feature is deleted |
That's actually a clever idea - I'm not sure if it's supported in this platform (there's no "host" filesystem per se), but I'll poke around and see. As I said, I have an alternate solution running for my purposes, I just wanted to give you a heads-up about the image no longer building in case you weren't aware. Thanks again for the tips! |
Something is wrong with alpine, just tried a no-sound version. Now supervisor is causing trouble, even with the standard distro version. |
Oh! Same error that I linked to above? I'm glad I'm not completely crazy here. |
I'm not able to build an image from the repo source for some reason - The image on Docker hub works, but I need to change something in
etc/supervisor/supervisord.conf
so that it will run on a Cisco Catalyst switch.During
Step 18/63 : RUN abuild build
I get this:Thanks!
The text was updated successfully, but these errors were encountered: