Skip to content

Commit 7add0a1

Browse files
committed
Dockerfile
1 parent 55d9552 commit 7add0a1

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

docker/Dockerfile

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,15 +19,16 @@ ARG SRC_IMAGE="chronolaw/http_study"
1919
FROM ${SRC_IMAGE}
2020

2121
#LABEL version="2020-09"
22+
# linux-tools-4.4.0-31-generic linux-cloud-tools-4.4.0-31-generic linux-tools-generic linux-cloud-tools-generic
2223

2324
RUN DEBIAN_FRONTEND=noninteractive apt-get update \
2425
&& DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends \
2526
cmake pstack strace linux-tools-common \
26-
linux-tools-4.4.0-31-generic linux-cloud-tools-4.4.0-31-generic linux-tools-generic linux-cloud-tools-generic \
27-
libmsgpack-dev protobuf-compiler libprotobuf-dev libprotoc-dev \
27+
libmsgpack-dev protobuf-compiler libprotobuf-dev \
2828
libcurl4-openssl-dev libzmq3-dev \
2929
python3-dev python3-pip \
3030
google-perftools libgoogle-perftools-dev \
31+
graphviz \
3132
&& pip3 install pybind11 \
3233
&& cd \
3334
&& git clone https://github.com/chronolaw/cpp_study \
@@ -37,6 +38,7 @@ RUN DEBIAN_FRONTEND=noninteractive apt-get update \
3738
&& git clone https://github.com/whoshuu/cpr.git \
3839
&& git clone https://github.com/openresty/luajit2.git \
3940
&& git clone https://github.com/vinniefalco/LuaBridge.git \
41+
&& git clone https://github.com/brendangregg/FlameGraph.git \
4042
&& DEBIAN_FRONTEND=noninteractive apt-get autoremove -y
4143

4244

0 commit comments

Comments
 (0)