Skip to content
Snippets Groups Projects
Commit efafbb34 authored by Amandine  PERRIN's avatar Amandine PERRIN
Browse files

remove example singularity file

parent 2e42e513
No related branches found
No related tags found
No related merge requests found
Pipeline #36765 passed
Bootstrap:docker
From:ubuntu:latest
%labels
MAINTAINER Vanessasaur
SPECIES Dinosaur
%environment
RAWR_BASE=/code
export RAWR_BASE
%runscript
echo "This gets run when you run the image!"
exec /bin/bash /code/rawr.sh "$@"
%post
echo "This section happens once after bootstrap to build the image."
mkdir -p /code
apt-get install vim
echo "RoooAAAAR" >> /code/rawr.sh
chmod u+x /code/rawr.sh
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment