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 84aa710
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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 && \
Expand Down

0 comments on commit 84aa710

Please sign in to comment.