Skip to content

Commit

Permalink
ci: install curl
Browse files Browse the repository at this point in the history
  • Loading branch information
tsirysndr committed Mar 15, 2024
1 parent 70aa135 commit 708588a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .fluentci/src/dagger/jobs.ts
Original file line number Diff line number Diff line change
Expand Up @@ -225,6 +225,8 @@ export async function e2e(
const engine = dag
.container()
.from("debian:bookworm")
.withExec(["apt-get", "update"])
.withExec(["apt-get", "install", "-y", "curl", "ca-certificates", "git"])
.withDirectory("/app", context, { exclude })
.withFile(
"/fluentci-engine",
Expand Down

0 comments on commit 708588a

Please sign in to comment.