| Commit message (Collapse) | Author | Lines | ||
|---|---|---|---|---|
| 2019-03-24 | Docker: Add freetype-dev & replace libjpeg with libjpeg-turbo | -2/+2 | ||
| freetype-dev is required for loading fonts with pillow. * Remove zlib as zlib-dev installs zlib anyway | ||||
| 2019-03-24 | Docker: Disable apk cache | -5/+13 | ||
| 2019-03-24 | Docker: Disable pip cache & set env vars | -2/+6 | ||
| 2019-03-24 | Docker: Replace tini with Docker's built-in init feature | -4/+5 | ||
| Docker implemented this feature using tini too. Requires Docker Engine 18.06 or higher. | ||||