summary refs log tree commit diff
path: root/Dockerfile
diff options
context:
space:
mode:
authorredsky17 <rubberduckie3554@gmail.com>2019-02-24 16:50:49 -0500
committerredsky17 <rubberduckie3554@gmail.com>2019-02-24 16:50:55 -0500
commite345cee32f1fa37f5e6aa2ac36b5126f824314e4 (patch)
treeca378532b813a54bb8a8d01b14d4db687fbb566c /Dockerfile
parentUpdate JSON build deps. (diff)
downloadnheko-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--Dockerfile1
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 \