hamlinzheng / docker-zerotier-server

44 stars 11 forks source link

Update Dockerfile: fix build.sh #1

Closed zhengmz closed 1 year ago

zhengmz commented 2 years ago

修正在 1.10.0 下 build.sh 出错的问题,具体信息如下:

In file included from ../../osdep/OSUtils.cpp:44:
../../osdep/OSUtils.hpp:46:10: fatal error: nlohmann/json.hpp: No such file or directory
   46 | #include <nlohmann/json.hpp>
      |          ^~~~~~~~~~~~~~~~~~~
compilation terminated.
In file included from mkworld.cpp:49:
../../osdep/OSUtils.hpp:46:10: fatal error: nlohmann/json.hpp: No such file or directory
   46 | #include <nlohmann/json.hpp>
      |          ^~~~~~~~~~~~~~~~~~~
compilation terminated.