Skip to content

Commit fb26888

Browse files
authored
better singularity image
1 parent 0c24fe3 commit fb26888

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

content/environments.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -85,18 +85,18 @@ Here is an example of a Singularity definition file ([reference](https://apptain
8585

8686
```
8787
Bootstrap: docker
88-
From: ubuntu:20.04
88+
From: ubuntu:24.04
8989
9090
%post
9191
apt-get -y update
92-
apt-get -y install cowsay lolcat
92+
apt-get -y install fortune cowsay lolcat
9393
9494
%environment
9595
export LC_ALL=C
9696
export PATH=/usr/games:$PATH
9797
9898
%runscript
99-
date | cowsay | lolcat
99+
fortune | cowsay | lolcat
100100
```
101101

102102
Popular container implementations:

0 commit comments

Comments
 (0)