This commit is contained in:
norohind 2024-05-29 01:59:14 +03:00
parent 3facbcfc27
commit 699a5dd04f
Signed by: norohind
GPG Key ID: 01C3BECC26FB59E1

View File

@ -5,7 +5,6 @@ WORKDIR /app
ENV PYTHONDONTWRITEBYTECODE 1
ENV PYTHONUNBUFFERED 1
RUN apt update && apt install git gcc libc6-dev -y --no-install-recommends && apt clean && rm -rf /var/lib/apt/lists/*
COPY requirements.txt .
RUN --mount=type=cache,target=/root/.cache/pip pip wheel --no-deps --wheel-dir /app/wheels -r requirements.txt