From 9ac503fbbf6d7b3c34b6413b3c32470cce9bf454 Mon Sep 17 00:00:00 2001 From: Wojciech Sipak Date: Wed, 23 Oct 2024 16:55:14 +0200 Subject: [PATCH] Dockerfile: install perl modules --- .github/Dockerfile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/Dockerfile b/.github/Dockerfile index 220b1281092..98802b2ab61 100644 --- a/.github/Dockerfile +++ b/.github/Dockerfile @@ -57,7 +57,9 @@ RUN apt-get update && apt-get install -y --no-install-recommends \ zlib1g \ zlib1g-dev -RUN cpanm Bit::Vector +RUN cpanm File::Slurp +RUN cpanm --notest Module::Pluggable +RUN cpanm Bit::Vector Capture::Tiny DateTime DateTime::Format::W3CDTF Devel::Cover Digest::MD5 File::Spec JSON::XS Memory::Process Time::HiRes # Clone and build Verilator RUN git clone https://github.com/verilator/verilator verilator && \