From 84aa710f2e49b73a0bc1d1ecd299fcd7f4f13179 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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/Dockerfile b/.github/Dockerfile index 220b1281092..d8f84e05d5c 100644 --- a/.github/Dockerfile +++ b/.github/Dockerfile @@ -57,7 +57,7 @@ RUN apt-get update && apt-get install -y --no-install-recommends \ zlib1g \ zlib1g-dev -RUN cpanm Bit::Vector +RUN cpanm Bit::Vector Capture::Tiny DateTime DateTime::Format::W3CDTF Devel::Cover Digest::MD5 File::Spec JSON::XS Memory::Process Time::HiRes File::Slurp # Clone and build Verilator RUN git clone https://github.com/verilator/verilator verilator && \