File tree Expand file tree Collapse file tree 1 file changed +10
-1
lines changed Expand file tree Collapse file tree 1 file changed +10
-1
lines changed Original file line number Diff line number Diff line change @@ -38,9 +38,18 @@ RUN DEBIAN_FRONTEND=noninteractive apt-get update \
3838 && cd github \
3939 && curl -fsL https://github.com/nlohmann/json/releases/download/v3.9.1/json.hpp -o json.hpp \
4040 && cp json.hpp ~/cpp_study/common \
41- && curl -fsL https://github.com/whoshuu/cpr/archive/v1.5.1.tar.gz -o cpr.tgz \
41+ && curl -fsL https://github.com/whoshuu/cpr/archive/1.4.0.tar.gz -o cpr.tgz \
42+ && tar xfz cpr.tgz \
43+ && cd cpr-1.4.0 \
44+ && cmake . -DUSE_SYSTEM_CURL=ON -DBUILD_CPR_TESTS=OFF \
45+ && make && make install \
46+ && cd .. \
4247 && curl -fsL https://github.com/openresty/luajit2/archive/v2.1-20200102.tar.gz -o luajit.tgz \
48+ && tar xfz luajit.tgz \
49+ && cd luajit2-2.1-20200102 \
50+ && make && make install \
4351 && curl -fsL https://github.com/vinniefalco/LuaBridge/archive/2.6.tar.gz -o LuaBridge.tgz \
52+ && cd .. \
4453 && git clone https://github.com/brendangregg/FlameGraph.git
4554
4655
You can’t perform that action at this time.
0 commit comments