4 lines
83 B
Plaintext
Executable File

FROM debian:sid
RUN echo "building simple docker image"
CMD echo "Hello Container"