* fix(chalice): changed ee dockerfile
This commit is contained in:
Kraiem Taha Yassine 2025-01-09 12:42:42 +01:00 committed by GitHub
parent bd9f95851c
commit 8c66fd412d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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