You've already forked ansible-docker
fix: install python-passlib
All checks were successful
Lint Markdown files / markdown-lint (push) Successful in 8s
Build / build-arch-linux (push) Successful in 1m24s
Build / build-rocky-linux-8 (push) Successful in 2m42s
Build / build-rocky-linux-9 (push) Successful in 1m43s
Release / push-arch-linux (push) Successful in 2m33s
Release / push-rocky-linux-8 (push) Successful in 3m40s
Release / push-rocky-linux-9 (push) Successful in 2m2s
Release / sync-to-hub-docker-io (push) Successful in 1m22s
All checks were successful
Lint Markdown files / markdown-lint (push) Successful in 8s
Build / build-arch-linux (push) Successful in 1m24s
Build / build-rocky-linux-8 (push) Successful in 2m42s
Build / build-rocky-linux-9 (push) Successful in 1m43s
Release / push-arch-linux (push) Successful in 2m33s
Release / push-rocky-linux-8 (push) Successful in 3m40s
Release / push-rocky-linux-9 (push) Successful in 2m2s
Release / sync-to-hub-docker-io (push) Successful in 1m22s
This commit is contained in:
@@ -12,6 +12,7 @@ RUN pacman --sync --sysupgrade --refresh --noconfirm && \
|
||||
python-boto3 \
|
||||
python-botocore \
|
||||
python-setuptools \
|
||||
python-passlib \
|
||||
python-pip \
|
||||
python-pytest \
|
||||
python-yaml \
|
||||
|
||||
@@ -17,7 +17,7 @@ RUN dnf update --assumeyes && \
|
||||
RUN alternatives --set python3 /usr/bin/python3.12 && \
|
||||
curl --fail --silent --location https://bootstrap.pypa.io/get-pip.py --output get-pip.py && \
|
||||
python3 get-pip.py && \
|
||||
pip install ansible-lint boto3
|
||||
pip install ansible-lint boto3 passlib
|
||||
|
||||
# Create default ansible inventory file
|
||||
RUN mkdir --parents /etc/ansible
|
||||
|
||||
@@ -15,7 +15,7 @@ RUN dnf update --assumeyes && \
|
||||
RUN ln --symbolic --force /usr/bin/python3.12 /usr/bin/python3 && \
|
||||
curl --fail --silent --location https://bootstrap.pypa.io/get-pip.py --output get-pip.py && \
|
||||
python3 get-pip.py && \
|
||||
pip install ansible-lint boto3
|
||||
pip install ansible-lint boto3 passlib
|
||||
|
||||
# Create default ansible inventory file
|
||||
RUN mkdir --parents /etc/ansible
|
||||
|
||||
Reference in New Issue
Block a user