Skip to content

Commit 6035bbe

Browse files
committed
Add curl to install instructions
Signed-off-by: Evan Lezar <[email protected]>
1 parent 72499bb commit 6035bbe

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

container-toolkit/install-guide.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,12 @@ where `systemd` cgroup drivers are used that cause containers to lose access to
3131
```{note}
3232
These instructions [should work](./supported-platforms.md) for any Debian-derived distribution.
3333
```
34+
1. Install the prerequisites for the instructions below:
35+
```console
36+
$ sudo apt-get update && apt-get install -y --no-install-recommends \
37+
curl \
38+
gnupg2
39+
```
3440

3541
1. Configure the production repository:
3642

@@ -78,6 +84,12 @@ where `systemd` cgroup drivers are used that cause containers to lose access to
7884
These instructions [should work](./supported-platforms.md) for many RPM-based distributions.
7985
```
8086

87+
1. Install the prerequisites for the instructions below:
88+
```console
89+
$ sudo dnf install -y \
90+
curl
91+
```
92+
8193
1. Configure the production repository:
8294

8395
```console

0 commit comments

Comments
 (0)