docling/.actor
Václav Vančura e1adc4ee8f Actor: Optimize Dockerfile with security and size improvements
- Combine RUN commands to reduce image layers and overall size.
- Add non-root user `appuser` for improved security.
- Use `--no-install-recommends` flag to minimize installed packages.
- Install only necessary dependencies in a single RUN command.
- Maintain proper cleanup of package lists and caches.

Signed-off-by: Václav Vančura <commit@vancura.dev>
2025-03-13 10:37:04 +01:00
..
.dockerignore Actor: .dockerignore update 2025-03-13 10:36:23 +01:00
actor.json Actor: Initial implementation 2025-03-13 10:36:01 +01:00
actor.sh Actor: Documentation update 2025-03-13 10:36:46 +01:00
Dockerfile Actor: Optimize Dockerfile with security and size improvements 2025-03-13 10:37:04 +01:00
input_schema.json Actor: Initial implementation 2025-03-13 10:36:01 +01:00