system/Dockerfile
2026-04-21 22:00:24 +02:00

5 lines
No EOL
89 B
Docker

FROM python:alpine
RUN ["touch", "barrrrrrr.txt"]
CMD ["python", "-c", "'import this'"]