mirror of
https://github.com/Expand-sys/awx-on-k3s
synced 2025-12-15 21:42:15 +11:00
3 lines
158 B
Docker
3 lines
158 B
Docker
FROM quay.io/ansible/ansible-rulebook:stable-1.0
|
|
RUN pip install --no-cache-dir aiomqtt==2.0.0 && \
|
|
ansible-galaxy collection install kubealex.eda==1.0.8
|