Create a Singularity file with gdown.pl (#15)

This commit is contained in:
Thomas Brunner
2019-06-29 19:39:08 +02:00
committed by circulosmeos
parent d9dd7dcf99
commit 3b60e399f8

14
Singularity Normal file
View File

@@ -0,0 +1,14 @@
BootStrap: docker
FROM: perl
# This is the script that's executed when you don't call it with any script or shell to execute.
%runscript
exec /usr/local/bin/gdown.pl "$@"
%setup
cp gdown.pl ${SINGULARITY_ROOTFS}/usr/local/bin/
# These commands will be executed inside of the container during building.
%post
apt-get update
apt install -y wget