Install pip wheel in the dockerfile

This commit is contained in:
Imdad Ahad
2016-10-28 17:48:31 +01:00
parent c8be8db742
commit ebe2ec4341
2 changed files with 3 additions and 3 deletions

View File

@@ -20,6 +20,7 @@ RUN \
echo "Install global pip packages" \
&& pip install \
virtualenv \
awscli
awscli \
wheel
WORKDIR /var/project