idot/Singularity_recipes:template

$ singularity pull shub://idot/Singularity_recipes:template

Singularity Recipe

Bootstrap: debootstrap
OSVersion: bionic
MirrorURL: http://us.archive.ubuntu.com/ubuntu/

%environment
  PATH=/usr/local/bin:$PATH

%post
    apt update
    apt install -y software-properties-common
    apt-add-repository universe
    apt update
    apt install -y git wget build-essential
    export LC_ALL=C.UTF-8
    export LANG=C.UTF-8
    echo 'export LC_ALL=C.UTF-8' >> $SINGULARITY_ENVIRONMENT
    echo 'export LANG=C.UTF-8' >> $SINGULARITY_ENVIRONMENT

Collection


View on Datalad

Metrics

key value
id /containers/idot-Singularity_recipes-template
collection name idot/Singularity_recipes
branch master
tag template
commit ba33d859f9ac34aa7ba572d0af2587d6afcce99f
version (container hash) d3698275bb4a120587a0ea06540e6fbd
build date 2018-07-30T16:14:05.760Z
size (MB) 611
size (bytes) 222482463
SIF Download URL (please use pull with shub://)
Datalad URL View on Datalad
Singularity Recipe Singularity Recipe on Datalad
We cannot guarantee that all containers will still exist on GitHub.