We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Build instructions for the repo are problematic:
docker build -t bap-toolkit .
docker.io/library/ubuntu:18.04
make
bapbundle
For someone just trying to get out to play with the code, these build instructions are somewhat inadequate.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Build instructions for the repo are problematic:
docker build -t bap-toolkit .
fails because it can't finddocker.io/library/ubuntu:18.04
which is allegedly a rather old version.make
fails because it can't findbapbundle
.For someone just trying to get out to play with the code, these build instructions are somewhat inadequate.
The text was updated successfully, but these errors were encountered: