Commit Graph

6 Commits (94d81d708f8630221de41e6757d6c28ec9965b37)

Author SHA1 Message Date
Mike Lang 731ef9e2d0 Refactor dockerfiles for more shared layers
By carefully ensuring most of our dockerfiles are identical in their first few layers,
we only need to build those layers once instead of every time.

In particular, we move installing gevent to before installing common,
so that even when common changes gevent doesn't need to be reinstalled.

This is important because gevent takes ages to install.

Also fixes segment_coverage, which wasn't being installed.
Christopher Usher 9b28765ff2 Bug fixes to get the database connection working
Mike Lang 901cda4814 Enable backdoor in all services, and add telnet to containers
Christopher Usher bae039977b trying getting the backfiller to actually start
Christopher Usher 1fcd9b5b36 Adding in stuff to hopefully get this to run
Christopher Usher 013ad65c68 added a Dockerfile for the backfiller