We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 29c200d + 19cfc9e commit 91cbf8cCopy full SHA for 91cbf8c
docs/getting-started.md
@@ -38,6 +38,7 @@ You need to have the following things in order to use firecracker-containerd:
38
39
</details>
40
* git
41
+* gcc, required by the Firecracker agent for building
42
* A recent installation of [Docker CE](https://docker.com).
43
* Go 1.16 or later, which you can download from [here](https://golang.org/dl/).
44
docs/quickstart.md
@@ -84,7 +84,8 @@ sudo yum -y install \
84
e2fsprogs \
85
util-linux \
86
bc \
87
- gnupg
+ gnupg \
88
+ gcc
89
90
91
# Amazon Linux 2 packages can sometimes be dated, so let's install using
0 commit comments