xrobin/singularity-dropbox:latest
$ singularity pull shub://xrobin/singularity-dropbox:latest
Singularity Recipe
BootStrap: docker
From: ubuntu:18.04
%post
# install some system deps
echo `pwd`
apt-get -y update
apt-get -y install wget libxslt1.1 libxxf86vm1 libqt5gui5
wget -O dropbox.deb https://www.dropbox.com/download?dl=packages/ubuntu/dropbox_2015.10.28_amd64.deb
dpkg -i dropbox.deb || apt-get -yf install
rm dropbox.deb
apt-get -y remove wget
apt-get -y autoremove
apt-get clean
%runscript
exec /usr/bin/dropbox "$@"
Collection
- Name: xrobin/singularity-dropbox
- License: None
View on Datalad
Metrics
key | value |
---|---|
id | /containers/xrobin-singularity-dropbox-latest |
collection name | xrobin/singularity-dropbox |
branch | master |
tag | latest |
commit | 756cb32583636f25e50a865a2b0bba5cf1c0d6a8 |
version (container hash) | e2ace61ce4ed05b839bd8976026c0d56 |
build date | 2020-04-23T13:19:39.910Z |
size (MB) | 420 |
size (bytes) | 147406879 |
SIF | Download URL (please use pull with shub://) |
Datalad URL | View on Datalad |
Singularity Recipe | Singularity Recipe on Datalad |
Feedback
Was this page helpful?
Glad to hear it! Please tell us how we can improve.
Sorry to hear that. Please tell us how we can improve.