DEBSOURCES
Skip Quicknav
sources / python-spython / 0.3.13-2 / spython / tests / testdata / docker2singularity / entrypoint-cmd.def
12345678
Bootstrap: docker From: busybox:latest Stage: spython-base %runscript exec python /code/script.py "$@" %startscript exec python /code/script.py "$@"