awx/execution-environment.yml
2021-03-03 18:52:54 -05:00

11 lines
304 B
YAML

---
version: 1
dependencies:
galaxy: requirements/collections_requirements.yml
additional_build_steps:
prepend:
- RUN pip3 install --upgrade pip setuptools
append:
- COPY --from=quay.io/project-receptor/receptor /usr/bin/receptor /usr/bin/receptor
- RUN mkdir -m 0770 /var/run/receptor