Working wheel install and pip/setuptools upgrade into .drone.yml and Dockerfile.
Showing
FROM python:3.5.1-alpine | ||
MAINTAINER Greg Taylor <[email protected]> | ||
RUN pip install --upgrade pip setuptools wheel | ||
COPY wheeldir /opt/app/wheeldir | ||
# These are copied and installed first in order to take maximum advantage | ||
# of Docker layer caching (if enabled). | ||
... | ... |
Please register or sign in to comment