Skip to content

Commit 8729028

Browse files
committed
Fix the developer's example definition file before doing anything else
1 parent 67ff045 commit 8729028

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,7 @@ $ cd ../lolcow
202202
$ nano Singularity
203203
```
204204

205-
It should look something like this:
205+
Edit it until it looks like this:
206206

207207
```
208208
BootStrap: debootstrap
@@ -217,7 +217,9 @@ MirrorURL: http://us.archive.ubuntu.com/ubuntu/
217217
%post
218218
echo "Hello from inside the container"
219219
sed -i 's/$/ universe/' /etc/apt/sources.list
220-
apt-get -y --force-yes install vim
220+
apt-get update
221+
apt-get -y install vim
222+
apt-get clean
221223
222224
```
223225

0 commit comments

Comments
 (0)