chromic_pdf icon indicating copy to clipboard operation
chromic_pdf copied to clipboard

Update dockerfile

Open maltoe opened this issue 3 years ago • 0 comments

  • New cimg/elixir image 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

maltoe avatar Sep 22 '22 07:09 maltoe