mirror of
https://github.com/Crocmagnon/checkout.git
synced 2024-11-21 23:58:02 +01:00
disable pip version check in dockerfile
This commit is contained in:
parent
584cb93072
commit
8a0ac6a5e7
1 changed files with 1 additions and 0 deletions
|
@ -17,6 +17,7 @@ RUN date +'%Y-%m-%d %H:%M %Z' > /build-date
|
|||
FROM python:3.11.3-slim-bullseye AS final
|
||||
|
||||
ARG DEBIAN_FRONTEND=noninteractive
|
||||
ARG PIP_DISABLE_PIP_VERSION_CHECK=1
|
||||
|
||||
# Setup user & group
|
||||
##############################################
|
||||
|
|
Loading…
Reference in a new issue