Skip to content

Commit

Permalink
Add python3 to dokerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
RDSik committed Nov 24, 2024
1 parent 71bcd75 commit c1623c1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@ RUN apt-get -y update && \
flex \
gperf \
libreadline-dev \
autoconf
autoconf \
python3

RUN git clone https://github.com/verilator/verilator && \
cd verilator && \
Expand Down

0 comments on commit c1623c1

Please sign in to comment.