Don't update pip twice

This commit is contained in:
Jake Howard 2022-08-03 21:54:56 +01:00
parent a818106f75
commit 138773997c
Signed by: jake
GPG Key ID: 57AFB45680EDD477
1 changed files with 1 additions and 1 deletions

View File

@ -52,6 +52,6 @@ RUN curl -sSf https://just.systems/install.sh | bash -s -- --to /usr/bin
USER website
COPY --chown=website requirements/dev.txt ./requirements/dev.txt
RUN pip install --upgrade pip && pip install -r requirements/dev.txt
RUN pip install -r requirements/dev.txt
CMD sleep infinity