3 lines
107 B
Docker
3 lines
107 B
Docker
FROM alpine
|
|
RUN echo "This image doesn't use any local files, so it doesn't need a context parameter 👍"
|