docker build -t exploit -f Dockerfile.exploit . && \ docker run --name exploit exploit docker cp exploit:/root/src/dist/exploit - > exploit.tar && \ tar -xvf exploit.tar && \ rm exploit.tar && \ docker rm exploit