Skip to content

Commit c1623c1

Browse files
committed
Add python3 to dokerfile
1 parent 71bcd75 commit c1623c1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,8 @@ RUN apt-get -y update && \
1111
flex \
1212
gperf \
1313
libreadline-dev \
14-
autoconf
14+
autoconf \
15+
python3
1516

1617
RUN git clone https://github.com/verilator/verilator && \
1718
cd verilator && \

0 commit comments

Comments
 (0)