pwnagotchi
pwnagotchi copied to clipboard
[BUG] Unable to build master into new image
Describe the bug Checking out the latest master I'm not able to build an new rpi image on a clean VM.
To Reproduce I used a clean Ubuntu box and installed basic tools like zip and golang for building.
- Running
make install
got stuck on the packer plugin for arm images. - After fixing the plugin running
make image
got stuck on installing all the packages. - I also wanted to build with the latest raspbian-image-lite
Expected behavior
Expected to be able to run make install
without any issue.
Expected to be able to run make image
and build the image.
Environment (please complete the following information):
- Pwnagotchi version (master)
- OS version - building on Ubuntu 20.04 LTS
- Type of hardware - VirtualBox
Additional I know my pull request with this contains basically 3 different changes. If needed I could split it. Hope it is of any help.
Does anyone have a docker container script that I can use to do a make image