We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d5b0c31 commit 4c39148Copy full SHA for 4c39148
src/backend/tracers/cpp/Dockerfile
@@ -13,5 +13,5 @@ RUN curl --create-dirs -o /usr/local/include/nlohmann/json.hpp -L "https://githu
13
&& cmake .. \
14
&& make install
15
16
-CMD g++ Main.cpp -o Main -O2 -std=c++11 \
+CMD g++ Main.cpp -o Main -O2 -std=c++11 -lcurl \
17
&& ./Main
0 commit comments