Skip to content

Commit

Permalink
Dockerfile: Add cpanminus
Browse files Browse the repository at this point in the history
  • Loading branch information
tmichalak committed Oct 15, 2024
1 parent 89ee305 commit 315c130
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,8 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
bison \
build-essential \
ccache \
curl \
cnurl \
cpanminus \
device-tree-compiler \
flex \
gawk \
Expand Down Expand Up @@ -56,6 +57,8 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
zlib1g \
zlib1g-dev

RUN cpanm Bit::Vector

# Clone and build Verilator
RUN git clone https://github.com/verilator/verilator verilator && \
cd verilator && \
Expand Down

0 comments on commit 315c130

Please sign in to comment.