I'd like to install some tools inside the container started based on this image but I'm failing at it.
The software can be downloaded and installed but fails to be loaded into the current image.
tc@abd4d07279b1:~$ tce-load -il gcc.tcz
mount: permission denied (are you root?)
tc@abd4d07279b1:~$ sudo tce-load -il gcc.tcz
Don't run this as root.
Any thoughts?