2 lines
41 B
Docker
2 lines
41 B
Docker
FROM ubuntu
|
|
RUN echo "Hello from ubuntu"
|
FROM ubuntu
|
|
RUN echo "Hello from ubuntu"
|