Skip to content

Commit 4c39148

Browse files
committed
Link libcurl to g++
1 parent d5b0c31 commit 4c39148

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/backend/tracers/cpp/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,5 @@ RUN curl --create-dirs -o /usr/local/include/nlohmann/json.hpp -L "https://githu
1313
&& cmake .. \
1414
&& make install
1515

16-
CMD g++ Main.cpp -o Main -O2 -std=c++11 \
16+
CMD g++ Main.cpp -o Main -O2 -std=c++11 -lcurl \
1717
&& ./Main

0 commit comments

Comments
 (0)