Add python to glance

This commit is contained in:
Sam Yaple 2017-01-09 16:28:13 +00:00
parent a478eed6bd
commit 02379d1e9a
1 changed files with 1 additions and 0 deletions

1
debian/Dockerfile vendored
View File

@ -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 \