Skip to content

Commit

Permalink
Dockerfile: install perl modules
Browse files Browse the repository at this point in the history
  • Loading branch information
wsipak committed Oct 23, 2024
1 parent 6367826 commit 9ac503f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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 && \
Expand Down

0 comments on commit 9ac503f

Please sign in to comment.