This is an automated email from the ASF dual-hosted git repository. acassis pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/nuttx.git
commit c43050ae80d34bbb9668e8dc0f1ecfbc3c522b8d Author: simbit18 <[email protected]> AuthorDate: Sun Jun 21 14:48:32 2026 +0200 ci/docker: fix No package 'libftdi1' found libftdi1-dev has been moved to the correct stage in the Dockerfile Fix https://github.com/apache/nuttx/pull/18951#issuecomment-4708056829 Signed-off-by: simbit18 <[email protected]> --- tools/ci/docker/linux/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/ci/docker/linux/Dockerfile b/tools/ci/docker/linux/Dockerfile index 6ad5954d117..831ba92e5db 100644 --- a/tools/ci/docker/linux/Dockerfile +++ b/tools/ci/docker/linux/Dockerfile @@ -37,7 +37,6 @@ RUN apt-get update -qq && DEBIAN_FRONTEND="noninteractive" apt-get install -y -q gawk \ git \ gperf \ - libftdi1-dev \ libncurses5-dev \ make \ ninja-build \ @@ -359,6 +358,7 @@ RUN apt-get update -qq && DEBIAN_FRONTEND="noninteractive" TZ=Etc/UTC apt-get in libpython2.7 \ libtinfo5 \ libusb-1.0-0-dev libusb-1.0-0-dev:i386 \ + libftdi1-dev \ libv4l-dev libv4l-dev:i386 \ libx11-dev libx11-dev:i386 \ libxext-dev libxext-dev:i386 \
