castrojo / build-ubuntu-toolbox

Build an Ubuntu based toolbox container
0 stars 1 forks source link

Doesn't work with standard ubuntu image #1

Open castrojo opened 3 years ago

castrojo commented 3 years ago

Will likely need to make a custom one for silverblue.

castrojo commented 3 years ago

Trying to install kate leads to:

cp: cannot create regular file '/run/systemd/resolve/stub-resolv.conf': Permission denied
dpkg: error processing package systemd (--configure):
 installed systemd package post-installation script subprocess returned error exit status 1
Errors were encountered while processing:
 systemd

on ubuntu but works fine in debian.

castrojo commented 3 years ago

Using this for now to build the image locally: https://github.com/containers/toolbox/pull/483