3 lines
44 B
Text
3 lines
44 B
Text
FROM alpine:3.17
|
|
|
|
RUN echo rootless > state
|
FROM alpine:3.17
|
|
|
|
RUN echo rootless > state
|