Skip to content

Commit

Permalink
only use build-essential dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
KastanDay committed Sep 22, 2023
1 parent 43c6624 commit 1695e0c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion railway.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"baseDependencies": {
"name": "Install build-essential and libc6",
"aptPkgs": [
"libc6"
"build-essential"
]
},
"debugInfo": {
Expand Down

0 comments on commit 1695e0c

Please sign in to comment.