Describe the bug
Error: GVM couldn't find hexdump
To Reproduce
Steps to reproduce the behavior:
docker run -it -v "${HOME}":"${HOME}" -e EDK2_DOCKER_USER_HOME="${HOME}" ghcr.io/tianocore/containers/ubuntu-22-dev:latest /bin/bash
Expected behavior
No Error
Execution environment
Docker version 27.3.1, build ce12230
Ubuntu 22.04 (X86_64)
Additional context
Tried to add '''RUN apt-get install bsdmainutils'''  to Docker file and then rebuild with docker build -t edk2dev . but it did not work for some reason.