I need to load docker on top of ubuntu minimal

I have SOM (System on module ) in which it having intel elkhart lake chip and i load sbl bios on it then i load ubuntu minimal image on it , now i try to load Docker on top of ubuntu minimal by running this command sudo apt install docker-ce but it show an error E: Sub-process /usr/bin/dpkg returned an error code (1)

Unfotunately I dn’t know about SOM and the error message is not enough to say anything useful. Do you have any more error messages before that line?

I had a similar issue on 22.04.

You need to include the .deb files and install via dpkg -i *.deb
https://download.docker.com/linux/debian/dists/

SOM( system on module ) it’s an intel elkhart lake chip

Intel Atom® x6200FE Processor

You need to include the .deb files and install via dpkg -I *.deb
https://download.docker.com/linux/debian/dists/