util/docker: Update libncurses5-dev to libncurses-dev package
The libncurses5-dev package no longer seems to be available in debian sid. It's been marked as a transitional package, pointing to libncurses-dev (ncurses 6) for since 2018, so this patch updates the package to the new name. Signed-off-by: Martin Roth <gaumless@gmail.com> Change-Id: I81e1a174ab25f573a7d7711eeeb26ef22fd3854b Reviewed-on: https://review.coreboot.org/c/coreboot/+/76705 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Elyes Haouas <ehaouas@noos.fr> Reviewed-by: Felix Singer <service+coreboot-gerrit@felixsinger.de>
This commit is contained in:
committed by
Felix Singer
parent
2e3cb63925
commit
baf82808ae
@ -51,7 +51,7 @@ RUN \
|
|||||||
libgpiod-dev \
|
libgpiod-dev \
|
||||||
libjaylink-dev \
|
libjaylink-dev \
|
||||||
liblzma-dev \
|
liblzma-dev \
|
||||||
libncurses5-dev \
|
libncurses-dev \
|
||||||
libpci-dev \
|
libpci-dev \
|
||||||
libreadline-dev \
|
libreadline-dev \
|
||||||
libssl-dev \
|
libssl-dev \
|
||||||
|
Reference in New Issue
Block a user