furrtek / portapack-havoc

Custom firmware for the HackRF SDR + PortaPack H1 addon
GNU General Public License v2.0
805 stars 221 forks source link

Dockerfile for local folder #335

Closed eried closed 4 years ago

eried commented 4 years ago

dockerfile for compiling a local folder that contains the sourcecode, instead of pulling a fresh copy every time.

Preparing an environment to compile havoc in Windows is almost impossible, this makes the whole process a breeze.

Instructions

To prepare to compile Havoc in Windows/Linux/Mac Docker for example, in the path of the sourcecode: docker build -t portapack -f dockerfile-nogit .

And then: docker run -v ${PWD}:/havoc portapack The bin file will be on the builddirectory now.

N0vaPixel commented 4 years ago

This PR would be a pain to merge. We are seeing every commits pushed to your fork. Even your paypal address.. Try to work with different branchs.

eried commented 4 years ago

Oh yes! I forgot about this