Attempt to fix git fetch certificate error
This commit is contained in:
@@ -5,7 +5,7 @@ local install_run_step = {
|
||||
name: "install-run",
|
||||
image: bun_image,
|
||||
commands: [
|
||||
"apt update -y && apt full-upgrade -y && apt install -y --no-install-recommends git",
|
||||
"apt update -y && apt full-upgrade -y && apt install -y --reinstall ca-certificates && apt install -y --no-install-recommends git",
|
||||
"bun install --production --frozen-lockfile --no-cache",
|
||||
"bun start .",
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user