Merge pull request #2 from Rio/wheel

add wheel package so bdist_wheel can be executed
This commit is contained in:
Mike Steinert
2015-12-29 15:54:10 -06:00
+2 -1
View File
@@ -7,7 +7,8 @@ RUN apk add -U \
&& rm -rf /var/cache/apk/* \
&& pip install --no-cache-dir --upgrade \
pip \
setuptools
setuptools \
wheel
ADD drone-pypi /bin/