3 lines
60 B
Text
3 lines
60 B
Text
|
|
FROM python:3.11-slim
|
||
|
|
RUN pip install --no-cache-dir pytest
|