|
|
@ -26,6 +26,11 @@ RUN pip install --target=/dependencies -r /requirements.txt
|
|
|
|
RUN pip install --target=/dependencies playwright~=1.26 \
|
|
|
|
RUN pip install --target=/dependencies playwright~=1.26 \
|
|
|
|
|| echo "WARN: Failed to install Playwright. The application can still run, but the Playwright option will be disabled."
|
|
|
|
|| echo "WARN: Failed to install Playwright. The application can still run, but the Playwright option will be disabled."
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
RUN pip install --target=/dependencies jq~=1.3 \
|
|
|
|
|
|
|
|
|| echo "WARN: Failed to install JQ. The application can still run, but the Jq: filter option will be disabled."
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
# Final image stage
|
|
|
|
# Final image stage
|
|
|
|
FROM python:3.8-slim
|
|
|
|
FROM python:3.8-slim
|
|
|
|
|
|
|
|
|
|
|
|