chromic_pdf
chromic_pdf copied to clipboard
Update dockerfile
- New
cimg/elixirimage as base isn't good because a) new ubuntu doesn't allow to install chrome without snap, and b) circleci provides browsers via their "Orb" system (which is nice), but I'd like to be able to test on the image locally. There's also not much advantage to using the orb, given we use a non-cimg image anyway and hence circleci needs to pull for each job. - Switched to a debian-based image
- Added README about how to build and test
TODO
- [ ] fix the 3 failing integration tests