Skip to content

Commit 3de24b3

Browse files
committed
Correct output of singularity inspect
1 parent b48095e commit 3de24b3

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -422,7 +422,8 @@ MirrorURL: http://us.archive.ubuntu.com/ubuntu/
422422
echo "Hello from inside the container"
423423
sed -i 's/$/ universe/' /etc/apt/sources.list
424424
apt-get update
425-
apt-get -y install vim fortune cowsay lolcat
425+
apt-get -y install fortune cowsay lolcat
426+
apt-get clean
426427
427428
%environment
428429
export PATH=/usr/games:$PATH

0 commit comments

Comments
 (0)