Use gitea runner image
Some checks failed
Build and push docker image / build (push) Failing after 17s
Some checks failed
Build and push docker image / build (push) Failing after 17s
This commit is contained in:
@@ -1,12 +1,8 @@
|
|||||||
# original: https://github.com/William-Yeh/docker-ansible/blob/master/alpine3/Dockerfile
|
# original: https://github.com/William-Yeh/docker-ansible/blob/master/alpine3/Dockerfile
|
||||||
|
|
||||||
FROM alpine:latest
|
FROM gitea/runner-images:ubuntu-latest
|
||||||
|
|
||||||
RUN echo "===> Adding Python runtime..." && \
|
RUN apt update && apt install ansible ansible-lint sshpass
|
||||||
apk add --no-cache ansible ansible-lint openssl ca-certificates sshpass openssh-client git curl bash && \
|
|
||||||
|
|
||||||
echo "===> Removing package list..." && \
|
|
||||||
rm -rf /var/cache/apk/*
|
|
||||||
|
|
||||||
RUN mkdir /ansible
|
RUN mkdir /ansible
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user