3 lines
48 B
Docker
3 lines
48 B
Docker
|
FROM debian:stable
|
||
|
RUN echo 'test' > /root/test
|