Skip to content

Commit fbe6df3

Browse files
committed
Dockerfile: install perl modules
1 parent 6367826 commit fbe6df3

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/Dockerfile

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,9 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
5757
zlib1g \
5858
zlib1g-dev
5959

60-
RUN cpanm Bit::Vector
60+
RUN cpanm File::Slurp
61+
RUN cpanm Module::Pluggable
62+
RUN cpanm Bit::Vector Capture::Tiny DateTime DateTime::Format::W3CDTF Devel::Cover Digest::MD5 File::Spec JSON::XS Memory::Process Time::HiRes
6163

6264
# Clone and build Verilator
6365
RUN git clone https://github.com/verilator/verilator verilator && \

0 commit comments

Comments
 (0)