🔭 Ansible fix
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
FROM alpine:edge
|
||||
|
||||
RUN apk update&&apk upgrade&&apk add\
|
||||
rustup
|
||||
RUN apk update && apk upgrade
|
||||
RUN apk add rustup
|
||||
RUN rustup-init -y
|
||||
|
||||
ENV PATH="/root/.cargo/bin:${PATH}"
|
||||
|
@@ -1,9 +1,7 @@
|
||||
FROM alpine:latest
|
||||
|
||||
RUN apk update && apk upgrade
|
||||
RUN apk add ansible
|
||||
|
||||
ADD ssh_config /etc/ssh
|
||||
RUN apk add ansible expect
|
||||
|
||||
CMD ansible
|
||||
|
||||
|
@@ -1,2 +0,0 @@
|
||||
Host *
|
||||
StrictHostKeyChecking no
|
Reference in New Issue
Block a user