From e44a058b137923077221fb47c296ef83e800900e Mon Sep 17 00:00:00 2001 From: Ayaz Salikhov Date: Wed, 11 Jun 2025 17:57:00 +0100 Subject: [PATCH] chore: Don't flex and don't install bison in CI image (#2210) Test in: https://github.com/XRPLF/clio/pull/2211 --- docker/ci/Dockerfile | 2 -- 1 file changed, 2 deletions(-) diff --git a/docker/ci/Dockerfile b/docker/ci/Dockerfile index ecca5439..61f62d75 100644 --- a/docker/ci/Dockerfile +++ b/docker/ci/Dockerfile @@ -33,10 +33,8 @@ RUN apt-get update \ # Install packages RUN apt-get update \ && apt-get install -y --no-install-recommends --no-install-suggests \ - bison \ clang-tidy-${LLVM_TOOLS_VERSION} \ clang-tools-${LLVM_TOOLS_VERSION} \ - flex \ git \ git-lfs \ graphviz \