Tutor Images Build openedx Failure

Hello,
I’m using Ubuntu in Windows Subsystem for Linux (WSL) for Open edX. While customizing the Indigo theme, I faced an issue. Here’s what happened:

In my customization process, I added a new logo named my-logo.png to the images folder located inside static/images. Subsequently, I updated the source path in the brand.html file under templates/header to reference this new logo.

However, upon attempting to rebuild the tutor images using the command **tutor images build openedx** , I encountered the following error:

ERROR: failed to solve: process "/bin/sh -c apt update &&     apt install -y build-essential curl git language-pack-en" did not complete successfully: exit code: 100
Error: Command failed with status 1: docker buildx build --tag=docker.io/overhangio/openedx:17.0.4-indigo --output=type=docker --cache-from=type=registry,ref=docker.io/overhangio/openedx:17.0.4-indigo-cache /home/elearning/.local/share/tutor/env/build/openedx```

For context, my Docker version is **26.1.0**, build 9714adc, Docker Compose version is **v2.26.1**, and Tutor version is **17.0.4.**