Skip to content

Commit

Permalink
Fix build issue with apt-get by holding back NIXPACKS version to 1.15.0
Browse files Browse the repository at this point in the history
  • Loading branch information
KastanDay committed Sep 22, 2023
1 parent 0f432ef commit 9eeef83
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion railway.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,14 @@
"$schema": "https://railway.app/railway.schema.json",
"build": {
"builder": "NIXPACKS",
"nixpacksVersion": "1.15.0",
"nixpacksPlan": {
"phases": {
"myPhase": {
"name": "ffmpeg (removed: libcrypt1, started to break)",
"aptPkgs": [
"ffmpeg"
"ffmpeg",
"libcrypt1"
]
}
}
Expand Down

0 comments on commit 9eeef83

Please sign in to comment.