Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ubuntu-22: Error: GVM couldn't find hexdump #102

Open
lonnietc opened this issue Oct 21, 2024 · 1 comment
Open

Ubuntu-22: Error: GVM couldn't find hexdump #102

lonnietc opened this issue Oct 21, 2024 · 1 comment
Labels
bug Something isn't working

Comments

@lonnietc
Copy link

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.

@lonnietc lonnietc added the bug Something isn't working label Oct 21, 2024
@osteffenrh
Copy link
Contributor

I think you may need -y or something on the apt install command to continue without user interaction. Did you try that?

If you get it working, PR is welcome ;-)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants