openssh fix
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Pavel Dmitriev 2024-03-25 21:45:12 +03:00
parent 3f3a40a7e0
commit b361235286
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
FROM alpine:3.19 FROM alpine:3.19
RUN apk add --no-cache ansible cdrkit ansible-lint ssh \ RUN apk add --no-cache ansible cdrkit ansible-lint openssh-client \
&& ansible-galaxy collection install community.docker && ansible-galaxy collection install community.docker