Submission ready state achieved (#8)
This commit is contained in:
7
compile_docker/compile.sh
Executable file
7
compile_docker/compile.sh
Executable file
@@ -0,0 +1,7 @@
|
||||
set -e
|
||||
find .. -maxdepth 1 -type f | xargs tar cvf parent.tar.xz
|
||||
docker build -t binex_project_compiler .
|
||||
docker create --name binex_project_compiler binex_project_compiler
|
||||
docker cp binex_project_compiler:/home/pwn/build/vuln .
|
||||
docker rm -f binex_project_compiler
|
||||
rm parent.tar.xz
|
||||
Reference in New Issue
Block a user