diff --git a/Dockerfile b/Dockerfile
index a2287912869fee5a38a5749d80559e5056528b2c..03a7cdd6bd0dd31483785b099c2aa1c80015a15e 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -10,7 +10,7 @@
 # Because this image is still experimental, and we are not quite sure if it's going to 
 # be very useful, we do not provide any usage documentation.
 
-FROM docker.io/python:3.7
+FROM docker.io/python:3.7-slim-stretch
 
 # As per https://github.com/docker/compose/issues/3918
 COPY --from=library/docker:19.03 /usr/local/bin/docker /usr/bin/docker