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 <simbit18@gmail.com>
This commit is contained in:
simbit18 2026-06-21 14:48:32 +02:00 committed by Alan C. Assis
parent 9e254e898d
commit c43050ae80

View file

@ -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 \