On 19/11/2019 18.46, Mark Koenig wrote:
> So, I opened the docker contained and I did what you suggested (cleaning up make and removing the build directory) then successfully rebuilt the gnuradio package with the qt-gui module.
>
> What's odd is that if I try and do this automatically with a dockerfile, using the docker build command, I get the qt-gui failures.
>
> Any thoughts why?
Docker has a cache try building with "docker build --no-cache ...." and if it still does not work then provide your Dockerfile.
No comments:
Post a Comment