File tree Expand file tree Collapse file tree 1 file changed +12
-0
lines changed
Expand file tree Collapse file tree 1 file changed +12
-0
lines changed Original file line number Diff line number Diff 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
35411 . 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+
81931 . Configure the production repository:
8294
8395 ``` console
You can’t perform that action at this time.
0 commit comments