modified: docker/act-runner_ansible/Dockerfile
All checks were successful
/ build-docker-image (push) Successful in 49s
All checks were successful
/ build-docker-image (push) Successful in 49s
This commit is contained in:
@@ -1,16 +1,8 @@
|
||||
|
||||
FROM gitea/act_runner:0.2.13
|
||||
|
||||
RUN echo "build started.."
|
||||
|
||||
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
|
||||
|
||||
RUN echo "build started.." && \
|
||||
apk add --no-cache openssh-client curl ansible nodejs rclone rsync 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
|
||||
|
||||
Reference in New Issue
Block a user