Add support of package fontconfig
on java buildpack
#203
ldominguezBold
started this conversation in
Java Team
Replies: 1 comment 5 replies
-
For now, option 4.) here is the best choice. It can be used to install additional packages. I haven't done this in a while, but you may need to point the JVM to the location into which the packages are installed. The apt-buildpack tries to set up env variables to make things discoverable, but it doesn't always work. In the future, we'll be able to support this better through buildpack extensions. Those are not quite ready yet though. |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi, I have jhipster (spring boot) java project that use the Graphics2D stack of java to build a png image rendering a text inside it. I'm using the full stack
paketobuildpacks/builder-jammy-base
, i was searching a method to install into the final image this apt package but the only thing that i found is to create a custom stack with this. There is no way to add an additional build like the apt-buildpackage or some environment that add this specific package to the ubuntu run image?Beta Was this translation helpful? Give feedback.
All reactions