Hello, `docker/sdk up` is hanging at the step in t...
# docker
b
Hello,
docker/sdk up
is hanging at the step in the enclosed image (full command is
=> [application-debug 2/8] RUN --mount=type=cache,id=aptlib,sharing=locked,target=/var/lib/apt   --mount=type=cache,id=aptcache,sharing=locked,target=/var/cache/apt  bash -c 'if [ ! -z "$(which apt)" ]; then apt update -y && apt install -y   supervisor   ; fi'
). Is anyone else having this problem and could help?
After deleting all images and volumes in docker desktop and setting up with the newest docker/sdk version it seems to work now.