Skip to content

Commit 19cfc9e

Browse files
committed
add gcc to quickstart yum packages and prereqs
Noticed in going through the firecracker-containerd quickstart that by default, gcc is not installed. add that as a yum package to be installed. Signed-off-by: Gavin Inglis <[email protected]>
1 parent 279a03c commit 19cfc9e

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

docs/getting-started.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ You need to have the following things in order to use firecracker-containerd:
3838

3939
</details>
4040
* git
41+
* gcc, required by the Firecracker agent for building
4142
* A recent installation of [Docker CE](https://docker.com).
4243
* Go 1.16 or later, which you can download from [here](https://golang.org/dl/).
4344

docs/quickstart.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,8 @@ sudo yum -y install \
8484
e2fsprogs \
8585
util-linux \
8686
bc \
87-
gnupg
87+
gnupg \
88+
gcc
8889

8990

9091
# Amazon Linux 2 packages can sometimes be dated, so let's install using

0 commit comments

Comments
 (0)