We need to know what is in the install files for a github runner.
Goal
We need to setup a local docker image and install a github runner onto it, then look at the files on it to see what's in there. That will determine the entrypoint for the orchestration docker file
Had to manually install libssl-dev and libicu74 manually. The install dependencies didn't work. Need to make sure those are in the image or installed in the docker file
Introduction
We need to know what is in the install files for a github runner.
Goal
We need to setup a local docker image and install a github runner onto it, then look at the files on it to see what's in there. That will determine the
entrypoint
for the orchestration docker file