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 && \