4 lines
65 B
Docker
4 lines
65 B
Docker
|
FROM ubuntu:latest
|
||
|
FROM debian:latest
|
||
|
ENTRYPOINT ["sleep", "1h"]
|