a year ago
I wanted to use ffmpeg, so I added it to the aptPkgs tag in the nixpacks.toml, but when I call the deployment, i get hit with a missing glibc_2.38
31 Replies
a year ago
full build logs please -
https://bookmarklets.up.railway.app/log-downloader/
a year ago
I probably shouldn't be
a year ago
these are the deployment logs 🙂
a year ago
you take after alex
a year ago
im older
a year ago
he takes after me
a year ago
<:trolsk:1224753927090733096>
a year ago
congratulations you have surpassed the 1500 log line limit of the bookmarklet, so you get to manually send me the build table at the top of the build logs
a year ago
🗣️
a year ago
what version of python are you developing this app with locally
a year ago
installing libc6 may be doing more harm than good, remove it for now please
a year ago
how did you go about doing that
a year ago
try installing ffmpeg with nix instead
a year ago
soon ™️
a year ago
no problem!
a year ago
for future readers this would look like this nixpacks.toml file -
[phases.setup]
nixPkgs = ['...', 'ffmpeg']