File tree Expand file tree Collapse file tree 2 files changed +22
-0
lines changed
Expand file tree Collapse file tree 2 files changed +22
-0
lines changed Original file line number Diff line number Diff line change @@ -30,6 +30,17 @@ RUN apt-get update \
3030 python-lxml \
3131 qt5-default \
3232 wget \
33+ ant \
34+ default-jre \
35+ google-perftools \
36+ libfl-dev \
37+ cmake \
38+ libgoogle-perftools-dev \
39+ python3-orderedmultidict \
40+ swig \
41+ tcl-dev \
42+ tclsh \
43+ uuid \
3344 && apt-get clean \
3445 && rm -rf /var/lib/apt/lists/*
3546
Original file line number Diff line number Diff line change @@ -20,6 +20,17 @@ RUN apt-get update -qq \
2020 python3-pip \
2121 git \
2222 time \
23+ ant \
24+ default-jre \
25+ google-perftools \
26+ libfl-dev \
27+ cmake \
28+ libgoogle-perftools-dev \
29+ python3-orderedmultidict \
30+ swig \
31+ tcl-dev \
32+ tclsh \
33+ uuid \
2334# Install python packages
2435 && pip install -r requirements.txt \
2536# Cleanup
You can’t perform that action at this time.
0 commit comments