This commit is contained in:
parent
c1df951665
commit
ea0a8292a9
@ -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 && \
|
||||
|
Loading…
Reference in New Issue
Block a user