diff options
| author | diogo464 <[email protected]> | 2025-07-11 13:59:00 +0100 |
|---|---|---|
| committer | diogo464 <[email protected]> | 2025-07-11 13:59:00 +0100 |
| commit | 727fd77f5ce92a27417420919218f8b1449b246b (patch) | |
| tree | bc5e699f804d39ad61629570d1040307c88a4cf6 | |
| parent | 801c50f93d2ede73282417dd5bba6ad639f4ba21 (diff) | |
fixed net container build
| -rw-r--r-- | src/main.rs | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/main.rs b/src/main.rs index 6f17df1..47b4493 100644 --- a/src/main.rs +++ b/src/main.rs | |||
| @@ -679,7 +679,9 @@ RUN apk update && \ | |||
| 679 | WORKDIR /work | 679 | WORKDIR /work |
| 680 | EOF | 680 | EOF |
| 681 | 681 | ||
| 682 | docker build -t local/oar-p2p-networking:latest -f /tmp/oar-p2p.containerfile . | 682 | rm -rf /tmp/oar-p2p || true |
| 683 | mkdir -p /tmp/oar-p2p | ||
| 684 | docker build -t local/oar-p2p-networking:latest -f /tmp/oar-p2p.containerfile /tmp/oar-p2p | ||
| 683 | "#; | 685 | "#; |
| 684 | machine_run_script(ctx, machine, script).await?; | 686 | machine_run_script(ctx, machine, script).await?; |
| 685 | tracing::info!("network container built"); | 687 | tracing::info!("network container built"); |
