mirror of
https://github.com/Expand-sys/awx-on-k3s
synced 2026-03-22 11:07:08 +11:00
3 lines
160 B
Docker
3 lines
160 B
Docker
FROM quay.io/ansible/ansible-rulebook:v1.0.4
|
|
RUN pip install --no-cache-dir asyncio-mqtt==0.16.2 && \
|
|
ansible-galaxy collection install kubealex.eda==1.0.7
|