DEBSOURCES
Skip Quicknav
sources / python-spython / 0.3.13-2 / spython / tests / testdata / singularity2docker / test.docker
1234
FROM busybox:latest AS spython-base RUN echo "true" >> /tests.sh RUN chmod u+x /tests.sh HEALTHCHECK /bin/bash /tests.sh