Skip to content
Snippets Groups Projects

New

Merged Dmitriy Safronov requested to merge new into master
1 file
+ 0
1
Compare changes
  • Side-by-side
  • Inline
+ 0
1
@@ -36,6 +36,5 @@ RUN apk --no-cache add \
@@ -36,6 +36,5 @@ RUN apk --no-cache add \
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