-
Notifications
You must be signed in to change notification settings - Fork 29
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
Invalid signature while building docker #3
Comments
Here are a few steps you can try to resolve this issue: Retry the Build: Sometimes, GPG key issues can be temporary. You can try running the build command again to see if the issue resolves itself. Update GPG Keys: You can manually update the GPG keys for the Kali Linux repositories by running the following commands inside the Dockerfile, before the apt update command: Add this befor the apt update line : RUN apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys ED444FF07D8D0BF6 This command fetches the GPG key for the Kali Linux repository. Make sure to place this command before the apt update command. Network Issues: Sometimes, network issues can cause problems with fetching repository metadata and GPG keys. Ensure that your Docker host has a stable internet connection and can access the Kali Linux repository. Alternatives : Consider using normal installation of requirements into your local environment instead of docker build (follow the steps in the README) . if the issue persists. |
Thanks for your answer. I googled the problem and it seems pretty commun, however they are no working solution that I can find. |
I HAVE AN ODD SOLUTION Since it can also be a network connectivity issue "probebly it can't insure acess to kali repository " try to Use Vpn while building the Docker. As i said if the problem persists you can alwayse do normal installation of the OSTE-Meta-Scanner requirments by following the installation steps rather than the docker build. |
Nice idea :) |
Happy to hear you find solution. |
Greetings
I'm trying to build the docker container as per instructed ; here is the output:
Any idea how I can pass this?
Thanks in advance
Regards
The text was updated successfully, but these errors were encountered: