This commit is contained in:
7
ci/mkdocs/Dockerfile
Normal file
7
ci/mkdocs/Dockerfile
Normal file
@@ -0,0 +1,7 @@
|
||||
FROM python:3.13-slim
|
||||
|
||||
WORKDIR /work
|
||||
|
||||
COPY requirements.txt /tmp/requirements.txt
|
||||
|
||||
RUN pip install --no-cache-dir -r /tmp/requirements.txt
|
||||
Reference in New Issue
Block a user