mirror of
https://github.com/apache/nuttx.git
synced 2026-08-18 19:50:47 +08:00
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:
@@ -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 \
|
||||
|
||||
Reference in New Issue
Block a user