mirror of
https://github.com/apache/nuttx.git
synced 2026-08-01 20:28:58 +00: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:
parent
9e254e898d
commit
c43050ae80
1 changed files with 1 additions and 1 deletions
|
|
@ -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 \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue