bipinbachhao/atom:1.24.1

$ singularity pull shub://bipinbachhao/atom:1.24.1

Singularity Recipe

BootStrap: debootstrap
OSVersion: artful
MirrorURL: http://us.archive.ubuntu.com/ubuntu/


%post
    echo "Hello from inside the container"
    sed -i 's/$/ universe/' /etc/apt/sources.list
    apt -y --force-yes install software-properties-common
    add-apt-repository -y ppa:webupd8team/atom
    apt update
    apt -y --force-yes install wget libxss1
    apt -y --force-yes install python git libgtk2.0-0
    apt -y --force-yes install libnotify4 libxtst6 libnss3 gvfs-bin xdg-utils
    apt -y --force-yes install atom

%apprun git
  exec atom "$@"

%runscript
  exec atom "$@"

%help
  For help use --help

Collection


View on Datalad

Metrics

key value
id /containers/bipinbachhao-atom-1.24.1
collection name bipinbachhao/atom
branch master
tag 1.24.1
commit ab0eac1abe5bfab3c021b9ed6f43a823e1e7c69c
version (container hash) 19c681289f246785d802595010e9ebf9
build date 2018-10-19T18:21:05.368Z
size (MB) 1238
size (bytes) 389300255
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.