Skip to content

Commit

Permalink
adding example for raspbian
Browse files Browse the repository at this point in the history
  • Loading branch information
remy committed Jun 21, 2017
1 parent 9dcd3a0 commit a96b382
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 0 deletions.
1 change: 1 addition & 0 deletions AUTHORS.md
Expand Up @@ -24,3 +24,4 @@
- Yaroslav Halchenko <debian@onerussian.com>
- Eduardo Arango <carlos.arango.gutierrez@correounivalle.edu.co>
- Oleksandr Moskalenko <om@rc.ufl.edu>
- Rémy Dernat <remy.dernat@umontpellier.fr>
10 changes: 10 additions & 0 deletions examples/legacy/2.3/contrib/raspbian.def
@@ -0,0 +1,10 @@
BootStrap: debootstrap
OSVersion: stable
MirrorURL: http://ftp.acc.umu.se/mirror/raspbian/raspbian/

%post

apt-get update
apt-get -y install gcc vim apache2
apt-get clean
exit 0
10 changes: 10 additions & 0 deletions examples/raspbian/Singularity
@@ -0,0 +1,10 @@
BootStrap: debootstrap
OSVersion: stable
MirrorURL: http://ftp.acc.umu.se/mirror/raspbian/raspbian/

%post

apt-get update
apt-get -y install gcc vim apache2
apt-get clean
exit 0

0 comments on commit a96b382

Please sign in to comment.