6 lines
73 B
Docker
6 lines
73 B
Docker
FROM alpine
|
|
|
|
RUN apk add openssh-client
|
|
|
|
RUN --mount=type=ssh ssh-add -l
|