created new image to improve waiting times

Reviewers: kuba-orlik

Subscribers: kuba-orlik

Differential Revision: https://hub.sealcode.org/D1364
This commit is contained in:
Kuba Orlik 2024-03-06 08:47:20 +01:00
parent a4c63e5ad4
commit 771813b5e0

View File

@ -46,7 +46,7 @@ async function generatePreAndroid() {
$`docker run --rm -v $PWD/certificates/mitmproxy-ca-cert.cer:/ca-cert.cer -v $PWD/pre_android/preconf:/preconf --device=/dev/kvm --name pre_android_cont pre_android &`; $`docker run --rm -v $PWD/certificates/mitmproxy-ca-cert.cer:/ca-cert.cer -v $PWD/pre_android/preconf:/preconf --device=/dev/kvm --name pre_android_cont pre_android &`;
console.log( console.log(
"installing tls certificate and culebra into the android pre-image" "Installing tls certificate and culebra into the android pre-image..."
); );
//the way of knowing when the culebra install is creating a file in the shared volume //the way of knowing when the culebra install is creating a file in the shared volume
let finished = false; let finished = false;