mirror of
https://github.com/ZwareBear/awx.git
synced 2026-03-20 15:53:36 -05:00
11 lines
304 B
YAML
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
|