LibAFL icon indicating copy to clipboard operation
LibAFL copied to clipboard

fix(Dockerfile): allow running commands with docker run

Open vringar opened this issue 2 years ago • 3 comments

According to https://gitlab.com/gitlab-org/gitlab-runner/-/issues/2109#note_47480476 adding the "-c" to the ENTRYPOINT is necessary to be able to run commands like docker run libafl "cargo build"

vringar avatar Feb 29 '24 13:02 vringar

Thanks for your PR! You might get a couple emails about "CI pipeline was cancelled", I'm just cancelling the runs for the CI that you've force-pushed over to save us some resources.

addisoncrump avatar Feb 29 '24 13:02 addisoncrump

Sorry about the force push, I copied over the -l without understanding what it does and it broke the external command invocation.

vringar avatar Feb 29 '24 13:02 vringar

All good, I do it all the time :sweat_smile: To be honest, the reason is that we have three or four active PRs right now and only a few runners, so I was just pruning so everybody's CI finished within the next hour lol

addisoncrump avatar Feb 29 '24 14:02 addisoncrump