átlagos kiegészítséek jó sok
This commit is contained in:
@@ -14,7 +14,9 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
|
||||
|
||||
COPY requirements.txt .
|
||||
RUN pip install --upgrade pip && \
|
||||
pip install --no-cache-dir -r requirements.txt
|
||||
pip install --no-cache-dir -r requirements.txt && \
|
||||
pip install playwright && \
|
||||
playwright install --with-deps chromium
|
||||
|
||||
COPY . .
|
||||
|
||||
|
||||
Reference in New Issue
Block a user