5 lines
97 B
Docker
5 lines
97 B
Docker
FROM alpine
|
|
|
|
RUN --mount=type=secret,id=password [ "$(cat /run/secrets/password)" = "hunter2" ]
|
|
|