3 lines
56 B
Docker
3 lines
56 B
Docker
|
FROM docker.io/library/ubuntu:focal
|
||
|
RUN touch /testfile
|