Skip to content
Snippets Groups Projects
Verified Commit d592170a authored by Moritz Lammerich's avatar Moritz Lammerich
Browse files

add libtinfo5 to yocto-build (needed by xilinx xsct)

parent 5f2bfb3a
No related branches found
No related tags found
No related merge requests found
Pipeline #423612 passed
......@@ -4,7 +4,7 @@ FROM debian:bullseye
ENV DEBIAN_FRONTEND="noninteractive" TZ="Europe/Zurich"
RUN apt update
RUN apt install -y gawk wget git diffstat unzip texinfo gcc build-essential chrpath socat cpio python3 python3-pip python3-pexpect xz-utils debianutils iputils-ping python3-git python3-jinja2 python3-subunit zstd liblz4-tool file locales libacl1 procps python3-yaml \
curl kakoune tree lsb-release tmux libssl-dev kitty-terminfo
curl kakoune tree lsb-release tmux libssl-dev kitty-terminfo libtinfo5
RUN sed -i '/en_US.UTF-8/s/^# //g' /etc/locale.gen && locale-gen
ENV LANG en_US.UTF-8
ENV LANGUAGE en_US:en
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment