Adding packages to dind runner without setup- action #2271
-
I have a need for package management during automation but deploying them during a workflow is a bit counter-productive for time and consistency. How would I ref the DIND image so that the runner itself has the packages on spin-up not just the controller? Basic Dockerfile for example:
requirements.txt
Above will result in the controller having the package requirements, but unable to utilize those packages when a runner is processing a job. Any help or ideas appreciated. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
After further investigation -- the issue was with an even deeper virtual environment being created due to poetry. Working around the poetry issue. Discussion topic can be deleted if not otherwise useful as the initial question is irrelevant currently. |
Beta Was this translation helpful? Give feedback.
After further investigation -- the issue was with an even deeper virtual environment being created due to poetry. Working around the poetry issue. Discussion topic can be deleted if not otherwise useful as the initial question is irrelevant currently.