From 7d98a2770f2dbfbb5ddc1f702b89c0544b80b84d Mon Sep 17 00:00:00 2001 From: Jairo Llopis Date: Wed, 22 Feb 2017 10:08:38 +0100 Subject: [PATCH] Use Alpine version All will work the same way, but much smaller. --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index cb5169a..b292b26 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM python +FROM python:alpine MAINTAINER Florian Mounier created by Jairo Llopis