Docker
2019, Jun 08
PDF generation docker image
see this blog
Docker w. apt-get update and pip
I often need to install stuff in my gitlab CI pipeline jobs, and apt-get update
+ installing pip takes time, so I have created a docker image where this is done in advance.
(Docker purists will probably want to hurt me now)
Usage (buster):
image: registry.gitlab.com/moozer/docker-deb-pip:latest
Usage (stretch):
image: registry.gitlab.com/moozer/docker-deb-pip/stretch:latest
It is from the docker-db-pip project and is schedued for bi-weekly updates (should be sufficient)