How to remove references to nodeSources
from the closure?
#957
Unanswered
shivaraj-bh
asked this question in
Q&A
Replies: 0 comments
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.
-
nodeSources
which is defined here and is used only in buildPhase seems to be getting copied to the docker image built usingpkgs.dockertools.buildImage
. Since it is a build time dependency, we shouldn’t need it at runtime.Beta Was this translation helpful? Give feedback.
All reactions