Help with RAILPACK_BUILD_APT_PACKAGES
itzpabz
HOBBYOP

a month ago

Hey all! So I'm new to deploying on Railway and I have everythign setup but theres one thing I'm having an issue with. I don't know why the RAILPACK_BUILD_APT_PACKAGES isn't working. I think I'm doing this right but it wont pull the APT package like I hoped.

Solved$10 Bounty

2 Replies

itzpabz
HOBBYOP

a month ago

Sent agqain for Central Station visibility.

1431500798130389000


itzpabz
HOBBYOP

a month ago

!s


itzpabz
HOBBYOP

a month ago

Needs to be on the service not shared.


itzpabz
HOBBYOP

a month ago

Update


itzpabz
HOBBYOP

a month ago

That was not it


itzpabz
HOBBYOP

a month ago

That only lasted for the first time deploying


itzpabz
HOBBYOP

a month ago

I changed it back and now I got the same error


hey, you might need to directly install the version/libs you need directly in RAILWAY_BUILDER or NIXPACKS depending, or you can just directly use a config file which is railpack.json like stated here

it installs it on runtime as stated in the docs - in your build logs, is it actually installing though? (Installing APT packages . . .) can you drop your error logs?


passos
MODERATOR

a month ago

Also, extending on this answer, please confirm that you're using Railpack in this case and share both logs from the first deployment and any subsequent deployments.


itzpabz
HOBBYOP

a month ago

Well I just made a railpack.json and added it in there on deploy


itzpabz
HOBBYOP

a month ago

So I guess this is resolved


passos
MODERATOR

a month ago

Are you able to share your railpack.json? It would help people looking at this thread. And thanks monuit for the answer!


itzpabz
HOBBYOP

a month ago

{
  "$schema": "https://schema.railpack.com",
  "deploy": {
    "aptPackages": [
      "gettext"
    ]
  }
}

passos
MODERATOR

a month ago

Thanks!


passos
MODERATOR

a month ago

!s


Status changed to Solved passos about 1 month ago


Status changed to Open passos about 1 month ago


Status changed to Solved passos about 1 month ago


jr
EMPLOYEE

a month ago

You need to use the RAILPACK_DEPLOY_APT_PACKAGES environment variable if you want the apt packages to be available in the deploy and not just the build


Loading...