curl is not installed in that step

curl was actually installed in a previous step, not here
This commit is contained in:
Julio
2017-12-16 23:05:29 +01:00
committed by GitHub
parent 20bf80910e
commit 383804b7f1

View File

@@ -257,7 +257,7 @@ First, we need to put the POST payload in a temporary file.
.exercise[
- Install curl in the container, and generate 10 bytes of random data:
- Generate 10 bytes of random data:
```bash
curl http://rng/10 >/tmp/random
```