From 6eaa98c1ebd4d63a37753cbec95037d45f85061a Mon Sep 17 00:00:00 2001 From: Andrew Cutler Date: Thu, 3 Aug 2017 20:46:07 +1000 Subject: [PATCH] Use alpine base ref: https://github.com/andrey-pohilko/registry-cli/issues/6 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 357045d..fa1ff96 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM python:2.7 +FROM python:2.7-alpine ADD requirements-build.txt /