6 lines
76 B
Docker
6 lines
76 B
Docker
|
FROM debian:jessie
|
||
|
|
||
|
MAINTAINER Mahmoud Zalt <mahmoud@zalt.me>
|
||
|
|
||
|
CMD ["true"]
|