You've already forked ansible-docker
							
							This commit is contained in:
		| @@ -2,6 +2,8 @@ FROM docker.io/library/archlinux:latest | ||||
|  | ||||
| RUN pacman --sync --sysupgrade --refresh --noconfirm && \ | ||||
|     pacman --sync --noconfirm \ | ||||
|       ansible \ | ||||
|       ansible-lint \ | ||||
|       base-devel \ | ||||
|       libffi \ | ||||
|       openssl \ | ||||
| @@ -20,9 +22,6 @@ RUN pacman --sync --sysupgrade --refresh --noconfirm && \ | ||||
| # Fix potential UTF-8 errors with ansible-test | ||||
| RUN locale-gen en_US.UTF-8 | ||||
|  | ||||
| # Install Ansible via pip | ||||
| RUN pip3 install ansible | ||||
|  | ||||
| # COPY initctl_faker . | ||||
| # RUN chmod +x initctl_faker && \ | ||||
| #     rm --recursive --force /sbin/initctl && \ | ||||
|   | ||||
		Reference in New Issue
	
	Block a user