From bf74b7f434f9e7e5500c1d59bc66eb316850e18e Mon Sep 17 00:00:00 2001 From: Marko Kosunen Date: Sat, 5 Oct 2024 21:39:25 +0300 Subject: [PATCH] Add python3- sphinx --- Dockerfile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Dockerfile b/Dockerfile index 4d53364..e276a1b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -24,6 +24,7 @@ RUN apt-get -y install qttools5-dev # Prerequisites for verilator RUN apt-get -y install git help2man perl python3 make autoconf g++ flex bison ccache +RUN apt-get -y install python3-sphinx RUN apt-get -y install libgoogle-perftools-dev numactl perl-doc RUN apt-get -y install libfl2 # Ubuntu only (ignore if gives error) RUN apt-get -y install libfl-dev # Ubuntu only (ignore if gives error) @@ -63,6 +64,7 @@ RUN cd verilator \ && make test \ && make install + ENV PATH=${PATH}:/usr/local/bin # Yosys, contains also verilator and GHDL