2 years 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
2 years ago
full build logs please -
https://bookmarklets.up.railway.app/log-downloader/
2 years ago
I probably shouldn't be
2 years ago
these are the deployment logs 🙂
2 years ago
you take after alex
2 years ago
im older
2 years ago
he takes after me
2 years ago
<:trolsk:1224753927090733096>
2 years 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
2 years ago
🗣️
2 years ago
what version of python are you developing this app with locally
2 years ago
installing libc6 may be doing more harm than good, remove it for now please
2 years ago
how did you go about doing that
2 years ago
try installing ffmpeg with nix instead
2 years ago
soon ™️
2 years ago
no problem!
2 years ago
for future readers this would look like this nixpacks.toml file -
[phases.setup]
nixPkgs = ['...', 'ffmpeg']