Skip to content

Commit

Permalink
remove libcrypt1 dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
KastanDay committed Sep 21, 2023
1 parent d7741d1 commit 0f432ef
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions railway.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,10 @@
"nixpacksPlan": {
"phases": {
"myPhase": {
"name": "ffmpeg and libcrypt1",
"aptPkgs": ["ffmpeg", "libcrypt1"]
"name": "ffmpeg (removed: libcrypt1, started to break)",
"aptPkgs": [
"ffmpeg"
]
}
}
}
Expand Down

0 comments on commit 0f432ef

Please sign in to comment.