4 lines
48 B
Docker
4 lines
48 B
Docker
|
FROM python:3.10-alpine
|
||
|
|
||
|
RUN touch "i_was_here"
|