3 lines
49 B
Docker
3 lines
49 B
Docker
FROM quay.io/libpod/alpine:latest
|
|
RUN echo hello
|
FROM quay.io/libpod/alpine:latest
|
|
RUN echo hello
|