From 1695e0c70320708c51f5941881a62376810a20ef Mon Sep 17 00:00:00 2001 From: Kastan Day Date: Fri, 22 Sep 2023 15:26:10 -0700 Subject: [PATCH] only use build-essential dependency --- railway.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/railway.json b/railway.json index bdbc6c4a..5e6dd5e2 100644 --- a/railway.json +++ b/railway.json @@ -7,7 +7,7 @@ "baseDependencies": { "name": "Install build-essential and libc6", "aptPkgs": [ - "libc6" + "build-essential" ] }, "debugInfo": {