File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -19,15 +19,16 @@ ARG SRC_IMAGE="chronolaw/http_study"
1919FROM ${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
2324RUN 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
You can’t perform that action at this time.
0 commit comments