Skip to content

Commit

Permalink
upgrade pip during image startup
Browse files Browse the repository at this point in the history
  • Loading branch information
KastanDay committed Nov 7, 2023
1 parent 170ed79 commit 6b94aac
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions railway.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@
"aptPkgs": [
"ffmpeg",
"libcrypt1"
],
"cmds": [
"pip install --upgrade pip"
]
},
"setup": {
Expand Down

0 comments on commit 6b94aac

Please sign in to comment.