Problem installing Docker (package 162) after 9.13.2

Creating a bug report/issue

I have searched the existing open and closed issues

Required Information

  • DietPi version :
    G_DIETPI_VERSION_CORE=9
    G_DIETPI_VERSION_SUB=13
    G_DIETPI_VERSION_RC=2
    G_GITBRANCH=‘master’
    G_GITOWNER=‘MichaIng’

  • Distro version : bookworm

  • Kernel version : Linux vault 6.12.23-current-sunxi64 #1 SMP Thu Apr 10 12:39:41 UTC 2025 aarch64 GNU/Linux

  • Architecture : arm64

  • SBC model : Orange Pi Zero 3 (aarch64)

  • Power supply used : Chicony 3.0A 15.0W

  • SD card used : SanDisk ultra

Additional Information (if applicable)

  • Software title : Docker (package 162) but also Docker Compose (134)

  • Was the software title installed freshly or updated/migrated?
    Clean installation (but after some more digging it also not works via dietpi.txt)

  • Can this issue be replicated on a fresh installation of DietPi?
    Yes

Steps to reproduce

  1. do a clean installation

  2. after completing run:
    dietpi-software install 162

Expected behaviour

Docker should be installed

Actual behaviour

Docker doesn’t install. Get the following error in a windows pop-up :

Checking URL: download.docker com/linux/debian bookworm/gpg
- Command: curl -ILfvm 10 https // download docker com/linux/debian bookworm/gpg
- Exit code: 3 
- DietPi version: v9.13.2 (MichaIng/master) | HW_MODEL: 83 | HW_ARCH: 3 | DISTRO: 7 
- Error log:
* Closing connection -1
curl: (3) URL using bad/illegal format or missing URL

If I choose change command I get the following :

curl -ILfvm 10 http$://download.docker.com/linux/debian bookworm/gpg`

I changed the s into a $ because the forum thinks I want to add a link :grin:

This URL doesn’t exist.

Running the curl command gives:

* Connection #0 to host download docker com left intact
* Could not resolve host: bookworm
* Closing connection 1
curl: (6) Could not resolve host: bookworm

Have been testing some Orange Pi boards the last couple of days with automated installation (dietpi.txt) without any issues, till today. Clean install on 2 boards hung, after manual intervention it appeared that Docker wan’t installed and am unable to do it via Dietpi-software. Hence this Topic.

Better to use code sections :wink:

Pls change the URL to

https://download.docker.com/linux/debian/gpg

This would need to be done twice

Thanks. First time post on the forum :blush:

I adjusted the URL via change command and indeed (after 2 changes) it now installs.

Any idea how I can change it so automated installs (dietpi.txt) also install correctly ??

Regards

you could need to adjust dietpi-software script :wink: or wait on us to provide a fix.

1 Like