This commit is contained in:
David Holdeman 2023-02-06 22:00:48 -06:00
parent 208e8a1318
commit bdadf9701f
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@ This dockerfile will automatically download and configure the github actions sel
To run, first build the image with: To run, first build the image with:
`docker build -t rusefi-ci .` `docker build --build-arg GID=$(getent group docker | cut -d ':' -f 3) -t rusefi-ci .`
Then run the newly built image. Then run the newly built image.