Link libcurl to g++

This commit is contained in:
Jason Park
2019-01-18 11:19:19 -05:00
parent d5b0c316b0
commit 4c39148e7e

View File

@@ -13,5 +13,5 @@ RUN curl --create-dirs -o /usr/local/include/nlohmann/json.hpp -L "https://githu
&& cmake .. \
&& make install
CMD g++ Main.cpp -o Main -O2 -std=c++11 \
CMD g++ Main.cpp -o Main -O2 -std=c++11 -lcurl \
&& ./Main