Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix Dockerfile rewrite for using cached builds. (#699)
We weren't keeping the ARG, WORKDIR lines. ARG is necessary for obvious reasons since we are relying on injecting the base image at runtime. WORKDIR is required for: https://github.com/google/oss-fuzz/blob/edfa6730fa9f1dca77dd27c0b3a643171e082950/infra/build/functions/build_project.py#L229
- Loading branch information