MichaIng / DietPi

Lightweight justice for your single-board computer!
https://dietpi.com/
GNU General Public License v2.0
4.8k stars 494 forks source link

Download/Extraction of docker-ce-cli_27.3.1-1~debian.12~bookworm_arm64.deb fails #7226

Open DerSpatz opened 3 hours ago

DerSpatz commented 3 hours ago

When I try to install docker via apt install docker-ce, the installation always fails, because the package docker-ce-cli_27.3.1-1~debian.12~bookworm_arm64.deb does not extract properly.

When I manually download the package from the official docker repo using curl -O in /var/cache/apt/archives/ the installation works.

I am using an Odroid C4 and the latest DietPi version.

Joulinar commented 3 hours ago

did you already tried to install Docker via dietpi-software?

DerSpatz commented 50 minutes ago

Yes, that was what I tried first, but it gave the same error, so that's when I tried apt directly.

At first the error happened a yesterday, when I first set up the system, and the error was there with ce-cli_27.3.1~debian.12~bookworm_arm64.deb, and was resolvable like described above, and I assumed it was a one off. But today there was an update to from 27.3.1 to 27.3.1-1 and the same error occurred again, so I decided to post here.

Sorry for mentioning those details earlier...

Other packages installed successfully, and there's plenty of space available.

Joulinar commented 25 minutes ago

Can you share the entire output and error message