summaryrefslogtreecommitdiff
path: root/other/bootstrap_daemon
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
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')
-rw-r--r--other/bootstrap_daemon/docker/Dockerfile1
-rw-r--r--other/bootstrap_daemon/docker/Dockerfile.alpine1
2 files changed, 0 insertions, 2 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 \
diff --git a/other/bootstrap_daemon/docker/Dockerfile.alpine b/other/bootstrap_daemon/docker/Dockerfile.alpine
index f0b99bab..48d9f44d 100644
--- a/other/bootstrap_daemon/docker/Dockerfile.alpine
+++ b/other/bootstrap_daemon/docker/Dockerfile.alpine
@@ -20,7 +20,6 @@ RUN set -x && \
20 apk --no-cache add --virtual build-dependencies \ 20 apk --no-cache add --virtual build-dependencies \
21 autoconf \ 21 autoconf \
22 automake \ 22 automake \
23 check-dev \
24 curl \ 23 curl \
25 build-base \ 24 build-base \
26 libtool \ 25 libtool \