--- version: 1 dependencies: galaxy: ../galaxy-requirements.yml python: ../pip-requirements 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