metacall / builder

An advanced build system based on Buildkit in order to generate compact Docker images with MetaCall runtime.
Apache License 2.0
4 stars 7 forks source link

Added base language dependencies #1

Closed skant7 closed 2 years ago

skant7 commented 2 years ago

Just a rough version to add base language dependencies

viferga commented 2 years ago

Everything looks well.

A suggestion for the future, I recommend you to have a naming convention in order to separate the environment dependencies (in order to build metacall) and the runtime dependencies (in order to run metacall).

And one more thing, feel free to mark as done (here: https://github.com/metacall/builder/blob/master/TODO.md#todo) anything you implement.