diff --git a/Dockerfile b/Dockerfile index c320e46..f9831f8 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,9 @@ FROM python:3.5.1-alpine MAINTAINER Greg Taylor +# Create the wheeldir directory +RUN mkdir -p /opt/app/wheeldir + RUN pip install --upgrade pip setuptools wheel COPY wheeldir /opt/app/wheeldir # These are copied and installed first in order to take maximum advantage