diff --git a/Dockerfile b/Dockerfile index 56bcac1..7596062 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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 && \