Skip to content

Commit

Permalink
add dependencies, so it first installs base aptgets, then install ffmpeg
Browse files Browse the repository at this point in the history
  • Loading branch information
KastanDay committed Sep 22, 2023
1 parent d3eb489 commit 76516b9
Showing 1 changed file with 11 additions and 3 deletions.
14 changes: 11 additions & 3 deletions railway.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,19 @@
"builder": "NIXPACKS",
"nixpacksPlan": {
"phases": {
"myPhase": {
"name": "ffmpeg (removed: libcrypt1, started to break)",
"baseDependencies": {
"name": "Install build-essential and libc6",
"aptPkgs": [
"build-essential",
"libc6",
"libc6"
]
},
"installFfmpeg": {
"name": "Install ffmpeg",
"dependsOn": [
"baseDependencies"
],
"aptPkgs": [
"ffmpeg"
]
}
Expand Down

0 comments on commit 76516b9

Please sign in to comment.