diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 8feed11..e495d7c 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -3,7 +3,7 @@ image: robertcnelson/beagle-devscripts-kernel-debian-12-amd64:latest before_script: - apt-get update -q - - apt-get install -y -q bc bison bmap-tools cpio debhelper flex genimage kmod libelf-dev libssl-dev libyaml-dev lz4 mtools + - apt-get install -y -q bc bison bmap-tools cpio debhelper dosfstools flex genimage kmod libelf-dev libssl-dev libyaml-dev lz4 mtools variables: FF_USE_FASTZIP: "true" diff --git a/readme.md b/readme.md index ca4f818..6b5cfe6 100644 --- a/readme.md +++ b/readme.md @@ -2,7 +2,7 @@ ``` sudo apt update -sudo apt install bmap-tools genimage libyaml-dev mtools +sudo apt install bmap-tools dosfstools genimage libyaml-dev mtools ``` # Building Microchip Linux tree