- May 20, 2020
-
-
Erwin Ried authored
For some misterious reason it broke...
-
Erwin Ried authored
-
- May 14, 2020
-
-
Yannick M. Dixken authored
-
Yannick M. Dixken authored
-
Yannick M. Dixken authored
-
- Apr 25, 2020
-
-
Erwin Ried authored
-
Erwin Ried authored
-
Erwin Ried authored
-
- Apr 18, 2020
-
-
Erwin Ried authored
dockerfile for compiling a local folder that contains the sourcecode, instead of pulling a fresh copy every time. 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 build directory now.
-