From 02379d1e9ae173ec5faaf4603fe191c579772b28 Mon Sep 17 00:00:00 2001 From: Sam Yaple Date: Mon, 9 Jan 2017 16:28:13 +0000 Subject: [PATCH] Add python to glance --- debian/Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/debian/Dockerfile b/debian/Dockerfile index 6713b30..33fdc10 100644 --- a/debian/Dockerfile +++ b/debian/Dockerfile @@ -8,6 +8,7 @@ RUN set -x \ && apt-get install -y --no-install-recommends \ ca-certificates \ curl \ + python \ && curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py \ && python get-pip.py \ && rm get-pip.py \