3 lines
35 B
Docker
3 lines
35 B
Docker
FROM alpine:3.21.2
|
|
RUN echo "test"
|
FROM alpine:3.21.2
|
|
RUN echo "test"
|