Open gl-yziquel opened 5 months ago
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.
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.