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 && \ | RUN pacman --sync --sysupgrade --refresh --noconfirm && \ | ||||||
|     pacman --sync --noconfirm \ |     pacman --sync --noconfirm \ | ||||||
|  |       ansible \ | ||||||
|  |       ansible-lint \ | ||||||
|       base-devel \ |       base-devel \ | ||||||
|       libffi \ |       libffi \ | ||||||
|       openssl \ |       openssl \ | ||||||
| @@ -20,9 +22,6 @@ RUN pacman --sync --sysupgrade --refresh --noconfirm && \ | |||||||
| # Fix potential UTF-8 errors with ansible-test | # Fix potential UTF-8 errors with ansible-test | ||||||
| RUN locale-gen en_US.UTF-8 | RUN locale-gen en_US.UTF-8 | ||||||
|  |  | ||||||
| # Install Ansible via pip |  | ||||||
| RUN pip3 install ansible |  | ||||||
|  |  | ||||||
| # COPY initctl_faker . | # COPY initctl_faker . | ||||||
| # RUN chmod +x initctl_faker && \ | # RUN chmod +x initctl_faker && \ | ||||||
| #     rm --recursive --force /sbin/initctl && \ | #     rm --recursive --force /sbin/initctl && \ | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user