From: Vladimír Čunát Date: Tue, 27 Jun 2017 12:43:24 +0000 (+0200) Subject: Dockerfile: add missing curl dependency X-Git-Tag: v1.3.2~19^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=324dc9f52917be176bd07049bd3ae618cb30d40d;p=thirdparty%2Fknot-resolver.git Dockerfile: add missing curl dependency Without it we were failing to download fstrm tarball, and the shown errors were very confusing. Tested building an image locally. --- diff --git a/scripts/Dockerfile b/scripts/Dockerfile index 793493980..71f346919 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 +ENV BUILD_PKGS build-base automake autoconf libtool pkgconfig git luajit-dev libuv-dev gnutls-dev jansson-dev userspace-rcu-dev curl 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