Replies: 1 comment 2 replies
-
If there are no existing slices for @cjdcordeiro, is there a way to add an entire non-slice package from the default Ubuntu repositories, without contributing it as a slice? For example, if a package has no need to be sliced? |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I'm converting our
6.0.35-jammy
distro-based runtime images to distroless6.0.35-jammy-chiseled
images. I need fonts in the runtime. In the distro-based image, they are installed as followingI found
libfontconfig1
andfontconfig
slices incanonical/chisel-releases
and can cut the slices as following.But I can find ones for
fonts-freefont-ttf
andmsttcorefonts
. Any ideas how to install these font packages to the6.0.35-jammy-chiseled
image? Thanks.Beta Was this translation helpful? Give feedback.
All reactions