Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update docker files to remove /root/.m2 directory after installation …
…to not distribute build dependencies (#200) Part of security hardening: remove `/root/.m2` directory after the installation has happened. It seems like it's not needed as it keeps Maven cache, but we already vendor all dependencies on `make install`. This way we won't distribute any compile-time dependencies, reducing our potential attack surface.
- Loading branch information