diff options
author | redsky17 <rubberduckie3554@gmail.com> | 2019-02-24 16:50:49 -0500 |
---|---|---|
committer | redsky17 <rubberduckie3554@gmail.com> | 2019-02-24 16:50:55 -0500 |
commit | e345cee32f1fa37f5e6aa2ac36b5126f824314e4 (patch) | |
tree | ca378532b813a54bb8a8d01b14d4db687fbb566c /Dockerfile | |
parent | Update JSON build deps. (diff) | |
download | nheko-e345cee32f1fa37f5e6aa2ac36b5126f824314e4.tar.xz |
Switch CI builds to use bundled JSON
Apparently the nlohmann library is not available in the standard repositories. I would rather build it than add universe deps.
Diffstat (limited to 'Dockerfile')
-rw-r--r-- | Dockerfile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Dockerfile b/Dockerfile index 645b2fc4..163ae532 100644 --- a/Dockerfile +++ b/Dockerfile @@ -11,7 +11,6 @@ RUN \ RUN \ apt-get install -y \ - nlohmann-json-dev \ make \ pkg-config \ ninja-build \ |