first commit
Some checks failed
Vulhub Format Check and Lint / format-check (push) Has been cancelled
Vulhub Format Check and Lint / markdown-check (push) Has been cancelled
Vulhub Docker Image CI / longtime-images-test (push) Has been cancelled
Vulhub Docker Image CI / images-test (push) Has been cancelled
Some checks failed
Vulhub Format Check and Lint / format-check (push) Has been cancelled
Vulhub Format Check and Lint / markdown-check (push) Has been cancelled
Vulhub Docker Image CI / longtime-images-test (push) Has been cancelled
Vulhub Docker Image CI / images-test (push) Has been cancelled
This commit is contained in:
10
electron/CVE-2018-1000006/docker-entrypoint.sh
Normal file
10
electron/CVE-2018-1000006/docker-entrypoint.sh
Normal file
@@ -0,0 +1,10 @@
|
||||
#!/bin/bash
|
||||
|
||||
set -ex
|
||||
|
||||
cd /project && npm install && npm run build-${ARCH:=64}
|
||||
|
||||
if [ -d "/build/vulhub-app-win32-x64" ] || [ -d "/build/vulhub-app-win32-ia32" ]; then
|
||||
tar -zcvf /build/vulhub-app.tar.gz /build/vulhub-app-win32-*
|
||||
rm -rf /build/vulhub-app-win32-*
|
||||
fi
|
Reference in New Issue
Block a user