summaryrefslogtreecommitdiff
path: root/other/bootstrap_daemon/docker/Dockerfile
diff options
context:
space:
mode:
authoriphydf <iphydf@users.noreply.github.com>2018-02-05 21:38:58 +0000
committeriphydf <iphydf@users.noreply.github.com>2018-02-09 20:51:39 +0000
commit6cd4fcdec4e6671e63e8c7cba2ab4c6d594b13fd (patch)
tree09485be8361d503f1acdee57055535a6b3331d17 /other/bootstrap_daemon/docker/Dockerfile
parent05912fd65c52f97a600383be11cd741ae32d61bf (diff)
Remove libcheck from the dependencies.
We're not gaining much from this library, and it's a burden, especially for windows development.
Diffstat (limited to 'other/bootstrap_daemon/docker/Dockerfile')
-rw-r--r--other/bootstrap_daemon/docker/Dockerfile1
1 files changed, 0 insertions, 1 deletions
diff --git a/other/bootstrap_daemon/docker/Dockerfile b/other/bootstrap_daemon/docker/Dockerfile
index 500321c0..373f61c6 100644
--- a/other/bootstrap_daemon/docker/Dockerfile
+++ b/other/bootstrap_daemon/docker/Dockerfile
@@ -8,7 +8,6 @@ RUN export BUILD_PACKAGES="\
8 autotools-dev \ 8 autotools-dev \
9 automake \ 9 automake \
10 checkinstall \ 10 checkinstall \
11 check \
12 git \ 11 git \
13 yasm \ 12 yasm \
14 libsodium-dev \ 13 libsodium-dev \