2 lines
67 B
Text
2 lines
67 B
Text
FROM python:3.11-slim
|
|
RUN pip install --no-cache-dir pytest pyyaml
|
FROM python:3.11-slim
|
|
RUN pip install --no-cache-dir pytest pyyaml
|