Gleam's usage of Erlang libs #3132
-
I'm trying to create a minimal Docker image for running gleam applications, which in my case means I'm basing it on scratch and copying over just the essentials. And that leads me to this question, which Erlang libraries does the compiled erlang-shipment rely on and which can I safely remove? Basing it on
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
It will depend on what ones the programmer uses in their application. It is not something you can do in a generic container image. wx is a GUI framework so you can likely remove that. |
Beta Was this translation helpful? Give feedback.
It will depend on what ones the programmer uses in their application. It is not something you can do in a generic container image.
wx is a GUI framework so you can likely remove that.