Commit Graph

7 Commits (61981726dbf9e7c75b62cec56e80c8373d713882)

Author SHA1 Message Date
lub 544291ac60 switch to python:slim
lub f88f17bb65 use unbuffered output
this prints stdout directly instead of buffering it. otherwise docker logs is useless because its not realtime
lub cd194b344d fix example env vars in Dockerfile
lub 524211fe5a run docker container as nobody:nogroup
lub 2766de71eb optimize Dockerfile caching
lub d21cc6cc40 switch from :alpine to :latest
with :alpine some of our dependencies didn't build
lub 317ce719b5 add initial Dockerfile