lbdreyer/asciinema-singularity:latest

$ singularity pull shub://lbdreyer/asciinema-singularity:latest

Singularity Recipe

BootStrap: docker
From: ubuntu:latest

%post
    apt-get update
    apt-get -y install python3-pip locales
    pip3 install asciinema
    locale-gen en_GB.UTF-8


%environment
    LANG=en_GB.UTF-8
    LANGUAGE=en_GB:en
    LC_ALL=en_GB.UTF-8
    export LANG LANGUAGE LC_ALL

%runscript
exec asciinema "$@"

Collection


View on Datalad

Metrics

key value
id /containers/lbdreyer-asciinema-singularity-latest
collection name lbdreyer/asciinema-singularity
branch master
tag latest
commit ea887e3f973cd076d89236fce09e2fb24648b2a0
version (container hash) ca167e42526992bf6dc4c6b88702710f
build date 2017-12-06T16:44:56.152Z
size (MB) 444
size (bytes) 192753695
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.