Commit Graph

6 Commits

Author SHA1 Message Date
Erwin Ried
855dafb959
Merge branch 'master' into dockerfile-nogit 2020-04-25 15:45:37 +02:00
Erwin Ried
ca6cf0326f Create dockerfile-nogit 2020-04-25 15:39:57 +02:00
Erwin Ried
81b766aefa
Merge branch 'master' into dockerfile 2020-04-25 14:47:31 +02:00
Erwin Ried
ec29e20d79 Adding CCACHE 2020-04-25 04:04:38 +02:00
Erwin Ried
e2ef291add Create dockerfile-nogit 2020-04-25 03:00:00 +02:00
Erwin Ried
1abeb5e6e9 Create dockerfile-nogit
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.
2020-04-18 13:36:38 +02:00