diff --git a/Dockerfile b/Dockerfile index ac64e6c..d0d67cb 100644 --- a/Dockerfile +++ b/Dockerfile @@ -16,6 +16,6 @@ ENV ANSIBLE_SSH_PIPELINING True COPY requirements.txt . -RUN pip install --upgrade pip && pip install --no-cache-dir -r requirements.txt +RUN pip install --no-cache-dir --upgrade pip && pip install --no-cache-dir -r requirements.txt ENTRYPOINT ["/bin/bash"] \ No newline at end of file