copapy/tools/qemu_test/Dockerfile

7 lines
146 B
Docker
Raw Permalink Normal View History

2025-11-09 21:05:52 +00:00
FROM python:3.11-slim
WORKDIR /home
RUN apt-get update && apt-get install -y build-essential && \
pip install setuptools wheel pytest pelfy