Dockerfile.ci & debug-ci now build working container for CI test image
This commit is contained in:
8
Dockerfile.ci
Normal file
8
Dockerfile.ci
Normal file
@@ -0,0 +1,8 @@
|
||||
FROM python:3.13-slim
|
||||
|
||||
COPY requirements.dev.txt requirements.dev.txt
|
||||
RUN pip install -r requirements.dev.txt
|
||||
RUN apt update -y && apt install -y firefox-esr
|
||||
|
||||
COPY infra/debug-ci.py debug-ci.py
|
||||
CMD ["python", "debug-ci.py"]
|
||||
Reference in New Issue
Block a user