From effab81d000403a16ebb653b2ca192429a892c30 Mon Sep 17 00:00:00 2001 From: Marko Viitanen Date: Thu, 18 Aug 2016 10:00:26 +0300 Subject: [PATCH] Added pkgconf package to Dockerfile REQUIRED_PACKAGES - Fixes Docker build --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index b3997779..d5705cf6 100644 --- a/Dockerfile +++ b/Dockerfile @@ -20,7 +20,7 @@ FROM ubuntu:15.10 MAINTAINER Marko Viitanen # List of needed packages to be able to build kvazaar with autotools - ENV REQUIRED_PACKAGES automake autoconf libtool m4 build-essential git yasm + ENV REQUIRED_PACKAGES automake autoconf libtool m4 build-essential git yasm pkgconf # Run all the commands in one RUN so we don't have any extra history # data in the image.