Skip to content

Commit c43050a

Browse files
simbit18acassis
authored andcommitted
ci/docker: fix No package 'libftdi1' found
libftdi1-dev has been moved to the correct stage in the Dockerfile Fix #18951 (comment) Signed-off-by: simbit18 <simbit18@gmail.com>
1 parent 9e254e8 commit c43050a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tools/ci/docker/linux/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,6 @@ RUN apt-get update -qq && DEBIAN_FRONTEND="noninteractive" apt-get install -y -q
3737
gawk \
3838
git \
3939
gperf \
40-
libftdi1-dev \
4140
libncurses5-dev \
4241
make \
4342
ninja-build \
@@ -359,6 +358,7 @@ RUN apt-get update -qq && DEBIAN_FRONTEND="noninteractive" TZ=Etc/UTC apt-get in
359358
libpython2.7 \
360359
libtinfo5 \
361360
libusb-1.0-0-dev libusb-1.0-0-dev:i386 \
361+
libftdi1-dev \
362362
libv4l-dev libv4l-dev:i386 \
363363
libx11-dev libx11-dev:i386 \
364364
libxext-dev libxext-dev:i386 \

0 commit comments

Comments
 (0)