Added pkgconf package to Dockerfile REQUIRED_PACKAGES

- Fixes Docker build
This commit is contained in:
Marko Viitanen 2016-08-18 10:00:26 +03:00
parent 83cf801664
commit effab81d00

View file

@ -20,7 +20,7 @@ FROM ubuntu:15.10
MAINTAINER Marko Viitanen <fador@iki.fi>
# 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.