Skip to content

Commit

Permalink
install wget
Browse files Browse the repository at this point in the history
  • Loading branch information
tsirysndr committed Oct 26, 2023
1 parent bc8fd78 commit 4db2d03
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/dagger/jobs.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ export const execLane = async (name: string, src = ".") => {
.from("ghcr.io/fluentci-io/pkgx:latest")
.withExec(["apt-get", "update"])
.withExec(["apt-get", "install", "-y", "build-essential"])
.withEnvVariable("RTX_DEBUG", "1")
.withExec([
"pkgx",
"install",
Expand All @@ -24,6 +23,7 @@ export const execLane = async (name: string, src = ".") => {
"node",
"unzip",
"rtx",
"wget",
])
.withExec(["sh", "-c", "echo 'eval $(rtx activate bash)' >> ~/.bashrc"])
.withExec(["rtx", "install", "java@zulu-17.46.19"])
Expand Down

0 comments on commit 4db2d03

Please sign in to comment.