Skip to content

Commit ab27222

Browse files
committed
Upd Dockerfile
1 parent c698b24 commit ab27222

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

Dockerfile

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,20 +7,18 @@ RUN apt-get update -y && \
77
apt-get install -y \
88
make \
99
g++ \
10+
libreadline-dev \
1011
verilator
1112
# git \
1213
# bison \
1314
# flex \
1415
# gperf \
15-
# libreadline-dev \
1616
# autoconf \
17-
# python3
1817

1918
# RUN git clone https://github.com/verilator/verilator && \
2019
# cd verilator && \
2120
# autoconf && \
2221
# ./configure && \
2322
# make install
2423

25-
RUN cd ../ && \
26-
make
24+
RUN make

0 commit comments

Comments
 (0)