system/Dockerfile
2026-04-21 13:50:00 +02:00

5 lines
No EOL
83 B
Docker

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