mirror of
https://github.com/ultravideo/uvg266.git
synced 2024-11-23 18:14:06 +00:00
Added pkgconf package to Dockerfile REQUIRED_PACKAGES
- Fixes Docker build
This commit is contained in:
parent
83cf801664
commit
effab81d00
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue