From c1623c1e78874a1900603c6c858fd513fccd4dba Mon Sep 17 00:00:00 2001 From: Dmitry Date: Sun, 24 Nov 2024 20:12:09 +0300 Subject: [PATCH] Add python3 to dokerfile --- Dockerfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 && \