diff --git a/Dockerfile b/Dockerfile index 41a2fbb..cec7d26 100644 --- a/Dockerfile +++ b/Dockerfile @@ -4,7 +4,7 @@ ENV DEBIAN_FRONTEND noninteractive RUN apt-get -qq update \ && apt-get -qq -y --no-install-recommends install curl \ -&& curl https://bootstrap.pypa.io/get-pip.py | python \ +&& curl https://bootstrap.pypa.io/pip/2.7/get-pip.py | python \ && mkdir -p /var/www COPY requirements.txt /tmp/requirements.txt