delete --no-cache-dir for libs
Some checks reported errors
continuous-integration/drone/push Build was killed

This commit is contained in:
Arxip222 2025-12-24 11:09:25 +03:00
parent 5da6c32722
commit 1ce1c23d10
2 changed files with 2 additions and 2 deletions

View File

@ -8,7 +8,7 @@ RUN apt-get update && apt-get install -y \
&& rm -rf /var/lib/apt/lists/*
COPY requirements.txt .
RUN pip install --no-cache-dir -r requirements.txt
RUN pip install -r requirements.txt
COPY . .

View File

@ -8,7 +8,7 @@ RUN apt-get update && apt-get install -y \
&& rm -rf /var/lib/apt/lists/*
COPY requirements.txt .
RUN pip install --no-cache-dir -r requirements.txt
RUN pip install -r requirements.txt
COPY . ./tg_bot/