No cache dir for pip

This commit is contained in:
Fred de Gier 2022-09-12 15:44:45 +02:00
commit 8081e3ef0a

View file

@ -4,7 +4,7 @@ WORKDIR /python-docker
COPY copilot_proxy/requirements.txt requirements.txt
RUN pip3 install -r requirements.txt
RUN pip3 install --no-cache-dir -r requirements.txt
COPY copilot_proxy .