Skip to content

Commit 91cbf8c

Browse files
authored
Merge pull request #698 from ginglis13/quickstart-gcc
add gcc to quickstart yum packages and getting started prerequisites
2 parents 29c200d + 19cfc9e commit 91cbf8c

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)