Skip to content

Commit b94da05

Browse files
committed
Dockerfiles updated with some pkgs
1 parent 1feea99 commit b94da05

File tree

2 files changed

+22
-0
lines changed

2 files changed

+22
-0
lines changed

.gitpod.Dockerfile

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff 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

Dockerfile

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)