From: Vladimír Čunát Date: Mon, 22 Jan 2018 13:29:03 +0000 (+0100) Subject: Dockerfile: fixup build after libknot update X-Git-Tag: v2.0.0~23^2~1 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=8cf37ad6017b1fe2c43fc66782568e6e684b52e5;p=thirdparty%2Fknot-resolver.git Dockerfile: fixup build after libknot update --- diff --git a/scripts/Dockerfile b/scripts/Dockerfile index 0f9435e42..2ab7c7e66 100644 --- a/scripts/Dockerfile +++ b/scripts/Dockerfile @@ -2,7 +2,7 @@ FROM alpine:edge MAINTAINER Marek Vavrusa # Environment -ENV BUILD_PKGS build-base automake autoconf libtool pkgconfig git luajit-dev libuv-dev gnutls-dev jansson-dev userspace-rcu-dev curl vim +ENV BUILD_PKGS build-base automake autoconf libtool pkgconfig git luajit-dev libuv-dev gnutls-dev jansson-dev userspace-rcu-dev curl vim bsd-compat-headers ENV RUN_PKGS luajit libuv gnutls jansson bash ENV BUILD_IGNORE gmp nettle jansson gnutls lua libuv cmocka ENV PKG_CONFIG_PATH /usr/local/lib/pkgconfig