Replies: 1 comment
|
You can use and create a smolfile or create a packaged . smolmachine. . |
0 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.
What's the right way to build an image with a bunch of things pre-installed? For example, let's say I want an alpine base, but using
apkto add required software? Do I manually do this then re-use the resulting machine? Can I do it programmatically?In a Dockerfile I'd use
RUNand do it as part of the build. What's the equivalent here?All reactions