parent
bd9f95851c
commit
8c66fd412d
1 changed files with 5 additions and 4 deletions
|
|
@ -13,10 +13,11 @@ ENV SOURCE_MAP_VERSION=0.7.4 \
|
|||
WORKDIR /work
|
||||
COPY requirements.txt ./requirements.txt
|
||||
# Caching the source build
|
||||
RUN pip install --no-cache-dir --upgrade uv
|
||||
RUN uv pip install --no-cache-dir --upgrade pip setuptools wheel --system
|
||||
RUN uv pip install --no-cache-dir --upgrade python3-saml==1.16.0 --no-binary=lxml --system
|
||||
RUN uv pip install --no-cache-dir --upgrade -r requirements.txt --system
|
||||
#RUN pip install --no-cache-dir --upgrade uv
|
||||
#RUN uv pip install --no-cache-dir --upgrade pip setuptools wheel --system
|
||||
#RUN uv pip install --no-cache-dir --upgrade python3-saml==1.16.0 --no-binary=lxml --system
|
||||
#RUN uv pip install --no-cache-dir --upgrade -r requirements.txt --system
|
||||
RUN pip install --no-cache-dir --upgrade -r requirements.txt --system
|
||||
|
||||
COPY . .
|
||||
RUN mv env.default .env
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue