diff --git a/docker/act-runner_ansible/Dockerfile b/docker/act-runner_ansible/Dockerfile index 23724b3..5b24112 100644 --- a/docker/act-runner_ansible/Dockerfile +++ b/docker/act-runner_ansible/Dockerfile @@ -3,16 +3,14 @@ FROM gitea/act_runner:0.2.13 RUN echo "build started.." -RUN apk update && \ -apk add --no-cache openssh-client && \ -apk add --no-cache curl && \ -apk add --no-cache ansible && \ -apk add --no-cache nodejs && \ -apk add --no-cache rclone && \ -apk add --no-cache rsync && \ -apk add --no-cache nodejs && \ -rm -rf /tmp/* && \ -rm -rf /var/cache/apk/* +apk add --no-cache openssh-client +apk add --no-cache curl +apk add --no-cache ansible +apk add --no-cache nodejs +apk add --no-cache rclone +apk add --no-cache rsync +apk add --no-cache nodejs + #download latest stable version of kubectl RUN curl -LO https://storage.googleapis.com/kubernetes-release/release/$(curl -s https://storage.googleapis.com/kubernetes-release/release/stable.txt)/bin/linux/amd64/kubectl