You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
19 lines
411 B
YAML
19 lines
411 B
YAML
---
|
|
version: 1
|
|
dependencies:
|
|
galaxy: requirements.yml
|
|
python: requirements.txt
|
|
system: bindep.txt
|
|
|
|
|
|
additional_build_steps:
|
|
append:
|
|
- RUN alternatives --set python /usr/bin/python3
|
|
- COPY --from=quay.io/project-receptor/receptor:0.9.7 /usr/bin/receptor /usr/bin/receptor
|
|
- RUN mkdir -p /var/run/receptor
|
|
- ADD run.sh /run.sh
|
|
- CMD /run.sh
|
|
- USER 1000
|
|
- RUN git lfs install
|
|
|