mirror of
https://github.com/verilator/verilator.git
synced 2025-01-06 06:37:45 +00:00
Docker: Add ccache and libgoogle-perftools-dev
This commit is contained in:
parent
4ae3d3af71
commit
7b789fe02a
@ -15,9 +15,11 @@ RUN apt-get update \
|
|||||||
bison=2:3.0.4.dfsg-1build1 \
|
bison=2:3.0.4.dfsg-1build1 \
|
||||||
build-essential=12.4ubuntu1 \
|
build-essential=12.4ubuntu1 \
|
||||||
ca-certificates=20180409 \
|
ca-certificates=20180409 \
|
||||||
|
ccache \
|
||||||
flex=2.6.4-6 \
|
flex=2.6.4-6 \
|
||||||
git=1:2.17.1-1ubuntu0.6 \
|
git=1:2.17.1-1ubuntu0.6 \
|
||||||
libfl-dev=2.6.4-6 \
|
libfl-dev=2.6.4-6 \
|
||||||
|
libgoogle-perftools-dev \
|
||||||
perl=5.26.1-6ubuntu0.3 \
|
perl=5.26.1-6ubuntu0.3 \
|
||||||
python3=3.6.7-1~18.04 \
|
python3=3.6.7-1~18.04 \
|
||||||
&& apt-get clean \
|
&& apt-get clean \
|
||||||
|
Loading…
Reference in New Issue
Block a user