Files
docker-molecule-testbed/bullseye/Dockerfile
2023-07-08 13:58:48 +03:00

3 lines
118 B
Docker

FROM debian:bullseye
RUN apt-get update && apt-get install -y python3 && apt-get clean && rm -rf /var/lib/apt/lists/*