Skip to content
Snippets Groups Projects

New

Merged Dmitriy Safronov requested to merge new into master
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
+ 1
1
@@ -35,6 +35,6 @@ RUN apk --no-cache add \
@@ -35,6 +35,6 @@ RUN apk --no-cache add \
sshpass \
sshpass \
openssh-client \
openssh-client \
rsync \
rsync \
git \
git
COPY --from=builder /opt/ansible /opt/ansible
COPY --from=builder /opt/ansible /opt/ansible
CMD [ "ansible", "--version" ]
CMD [ "ansible", "--version" ]
Loading