Skip to content
Snippets Groups Projects
Commit 66dc1418 authored by Nicolas Descostes's avatar Nicolas Descostes
Browse files

deploy alpine with bash

parent f7dd2d2c
No related branches found
No related tags found
No related merge requests found
Pipeline #34167 passed
......@@ -5,13 +5,9 @@ From: alpine:3.16.0
This singularity installs alpine with a minimal setup for scripting. Tools can be added on demand.
%runscript
echo "Running container alpine:3.16.0"
exec /bin/bash "$@"
%post
# ~~~~~~ General setup ~~~~~~ #
apk update && apk add wget gzip
apk update && apk add wget gzip bash tcl
%environment
export PATH="${PATH}:/bin/sh"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment